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 3232 <converters : DrawerOffsetConverter x : Key =" DrawerOffsetConverter" />
3333
3434 <Style TargetType =" {x:Type local:Ripple}" >
35+ <Setter Property =" RecognizesAccessKey" Value =" True" />
3536 <Setter Property =" HorizontalAlignment" Value =" Stretch" />
3637 <Setter Property =" VerticalAlignment" Value =" Stretch" />
3738 <Setter Property =" Background" Value =" Transparent" />
133134 </Ellipse >
134135 </Canvas >
135136 <ContentPresenter Content =" {TemplateBinding Content}"
137+ ContentStringFormat =" {TemplateBinding ContentStringFormat}"
136138 ContentTemplate =" {TemplateBinding ContentTemplate}"
137139 ContentTemplateSelector =" {TemplateBinding ContentTemplateSelector}"
138140 Margin =" {TemplateBinding Padding}"
139141 HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}"
140- VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" />
142+ VerticalAlignment =" {TemplateBinding VerticalContentAlignment}"
143+ RecognizesAccessKey =" {TemplateBinding RecognizesAccessKey}"
144+ SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
141145 </Grid >
142146 </ControlTemplate >
143147 </Setter .Value>
You can’t perform that action at this time.
0 commit comments