aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/Property.cshtml
blob: f1dc61696718b053c50355e8a4e39967254ae042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
generated by cgit v1.3.1 (git 2.54.0) at 2026-08-03 06:11:49 +0000
 


t;
        <Setter Property="Background" Value="{StaticResource TangoPrimaryBackgroundBrush}"></Setter>
        <Setter Property="CornerRadius" Value="3"></Setter>
        <Setter Property="Effect">
            <Setter.Value>
                <DropShadowEffect Color="{StaticResource TangoDropShadowColor}" ShadowDepth="0" />
            </Setter.Value>
        </Setter>
    </Style>


</ResourceDictionary>