File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
MahMaterialDragablzMashUp
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55
55
</CheckBox >
56
56
</WrapPanel >
57
57
<WrapPanel Grid.Row=" 2" >
58
- <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedLightButton}" Margin =" 0 0 8 8" Content =" LIGHT " Width =" 80" />
59
- <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedButton}" Margin =" 0 0 8 8" Content =" MID " Width =" 80" />
60
- <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedDarkButton}" Margin =" 0 0 8 8" Content =" DARK " Width =" 80" />
61
- <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedAccentButton}" Margin =" 0 0 8 8" Content =" ACCENT " Width =" 80" />
58
+ <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedLightButton}" Margin =" 0 0 8 8" Content =" _LIGHT " Width =" 80" />
59
+ <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedButton}" Margin =" 0 0 8 8" Content =" _MID " Width =" 80" />
60
+ <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedDarkButton}" Margin =" 0 0 8 8" Content =" _DARK " Width =" 80" />
61
+ <Button HorizontalAlignment =" Right" Style =" {StaticResource MaterialDesignRaisedAccentButton}" Margin =" 0 0 8 8" Content =" _ACCENT " Width =" 80" />
62
62
</WrapPanel >
63
63
<WrapPanel Grid.Row=" 3" >
64
64
<StackPanel >
Original file line number Diff line number Diff line change 61
61
</Canvas >
62
62
<ContentPresenter Content =" {TemplateBinding Content}"
63
63
ContentTemplate =" {TemplateBinding ContentTemplate}"
64
+ RecognizesAccessKey =" True"
64
65
Cursor =" {TemplateBinding Cursor}"
65
66
Margin =" {TemplateBinding Padding}"
66
67
HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}"
You can’t perform that action at this time.
0 commit comments