File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 32
32
<converters : DrawerOffsetConverter x : Key =" DrawerOffsetConverter" />
33
33
34
34
<Style TargetType =" {x:Type local:Ripple}" >
35
+ <Setter Property =" RecognizesAccessKey" Value =" True" />
35
36
<Setter Property =" HorizontalAlignment" Value =" Stretch" />
36
37
<Setter Property =" VerticalAlignment" Value =" Stretch" />
37
38
<Setter Property =" Background" Value =" Transparent" />
133
134
</Ellipse >
134
135
</Canvas >
135
136
<ContentPresenter Content =" {TemplateBinding Content}"
137
+ ContentStringFormat =" {TemplateBinding ContentStringFormat}"
136
138
ContentTemplate =" {TemplateBinding ContentTemplate}"
137
139
ContentTemplateSelector =" {TemplateBinding ContentTemplateSelector}"
138
140
Margin =" {TemplateBinding Padding}"
139
141
HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}"
140
- VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" />
142
+ VerticalAlignment =" {TemplateBinding VerticalContentAlignment}"
143
+ RecognizesAccessKey =" {TemplateBinding RecognizesAccessKey}"
144
+ SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
141
145
</Grid >
142
146
</ControlTemplate >
143
147
</Setter .Value>
You can’t perform that action at this time.
0 commit comments