File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 6
6
xmlns : materialDesign =" http://materialdesigninxaml.net/winfx/xaml/themes"
7
7
mc : Ignorable =" d"
8
8
d : DesignHeight =" 300" d : DesignWidth =" 300" >
9
- <StackPanel Margin =" 0 8 0 0" >
9
+ <StackPanel Margin =" 8 8 0 0" >
10
10
<TextBlock >Raised controls have default shadows set, but the shadows can be overriden.</TextBlock >
11
11
<StackPanel Orientation =" Horizontal" Margin =" 0 32 0 0" >
12
12
<Button Style =" {DynamicResource MaterialDesignRaisedButton}"
56
56
<materialDesign : Card materialDesign:ShadowAssist.ShadowDepth=" Depth4" Margin =" 16 0 0 0" Padding =" 32" >DEPTH 4</materialDesign : Card >
57
57
<materialDesign : Card materialDesign:ShadowAssist.ShadowDepth=" Depth5" Margin =" 16 0 0 0" Padding =" 32" >DEPTH 5</materialDesign : Card >
58
58
</StackPanel >
59
+ <StackPanel Orientation =" Horizontal" Margin =" 0 32 0 0" >
60
+ <materialDesign : Card materialDesign:ShadowAssist.ShadowDepth=" Depth3" materialDesign:ShadowAssist.ShadowEdges=" Bottom,Right" Padding =" 32" >CUSTOM CLIP</materialDesign : Card >
61
+ <materialDesign : Card materialDesign:ShadowAssist.ShadowDepth=" Depth3" materialDesign:ShadowAssist.ShadowEdges=" Top" Margin =" 16 0 0 0" Padding =" 32" >CUSTOM CLIP</materialDesign : Card >
62
+ <materialDesign : Card materialDesign:ShadowAssist.ShadowDepth=" Depth3" materialDesign:ShadowAssist.ShadowEdges=" Bottom,Left" Margin =" 16 0 0 0" Padding =" 32" >CUSTOM CLIP</materialDesign : Card >
63
+
64
+
65
+ </StackPanel >
59
66
60
67
</StackPanel >
61
68
</UserControl >
You can’t perform that action at this time.
0 commit comments