File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 311
311
</VisualState >
312
312
</VisualStateGroup >
313
313
</VisualStateManager .VisualStateGroups>
314
- <Border BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" Background =" {TemplateBinding Background}" CornerRadius =" 2"
315
- ClipToBounds =" True" >
314
+ <wpf : Card UniformCornerRadius =" 2" Background =" {TemplateBinding Background}" wpf:ShadowAssist.ShadowDepth=" Depth0" >
316
315
<Grid >
317
316
<Grid .Resources>
318
317
<ControlTemplate x : Key =" PreviousButtonTemplate" TargetType =" {x:Type Button}" >
492
491
</Grid >
493
492
</Grid >
494
493
</Grid >
495
- </Border >
494
+ </wpf : Card >
496
495
<Rectangle x : Name =" PART_DisabledVisual" Fill =" {StaticResource DisabledColor}" Opacity =" 0" RadiusY =" 2" RadiusX =" 2" Stretch =" Fill" Stroke =" {StaticResource DisabledColor}" StrokeThickness =" 1" Visibility =" Collapsed" />
497
496
</Grid >
498
497
<ControlTemplate .Triggers>
You can’t perform that action at this time.
0 commit comments