File tree Expand file tree Collapse file tree
dev/DevWinUI.Controls/Themes/Styles/Controls Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99 <Style x : Key =" DefaultDepthLayerViewStyle"
1010 TargetType =" local:DepthLayerView" >
11+ <Setter Property =" BorderThickness" Value =" 1" />
12+ <Setter Property =" Padding" Value =" 0" />
13+ <Setter Property =" CornerRadius" Value =" {ThemeResource OverlayCornerRadius}" />
14+ <Setter Property =" BorderBrush" Value =" {ThemeResource ControlElevationBorderBrush}" />
15+ <Setter Property =" Stretch" Value =" Fill" />
1116 <Setter Property =" Template" >
1217 <Setter .Value>
1318 <ControlTemplate TargetType =" local:DepthLayerView" >
1722 <RowDefinition />
1823 </Grid .RowDefinitions>
1924 <ContentPresenter Content =" {TemplateBinding Content}" />
20- <Grid x : Name =" PART_CompositionHostPanel"
21- Grid.Row=" 1" />
25+ <Border Grid.Row=" 1"
26+ Padding =" {TemplateBinding Padding}"
27+ Background =" {TemplateBinding Background}"
28+ BorderBrush =" {TemplateBinding BorderBrush}"
29+ BorderThickness =" {TemplateBinding BorderThickness}"
30+ CornerRadius =" {TemplateBinding CornerRadius}" >
31+ <Grid x : Name =" PART_CompositionHostPanel" />
32+ </Border >
2233 </Grid >
2334 </ControlTemplate >
2435 </Setter .Value>
You can’t perform that action at this time.
0 commit comments