File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 5353 VerticalAlignment =" Center"
5454 />
5555 <controlzEx : PopupEx x : Name =" PART_Popup" IsOpen =" {Binding RelativeSource={RelativeSource TemplatedParent}, Path=IsPopupOpen, Mode=TwoWay}"
56- CustomPopupPlacementCallback =" {Binding RelativeSource={RelativeSource TemplatedParent}, Path=PopupPlacementMethod}"
57- HorizontalOffset =" 5"
58- VerticalOffset =" 5"
59- PlacementTarget =" {Binding ElementName=PART_Toggle}"
60- Placement =" Custom"
61- PopupAnimation =" Fade"
62- AllowsTransparency =" True" >
56+ CustomPopupPlacementCallback =" {Binding RelativeSource={RelativeSource TemplatedParent}, Path=PopupPlacementMethod}"
57+ HorizontalOffset =" 5"
58+ VerticalOffset =" 5"
59+ PlacementTarget =" {Binding ElementName=PART_Toggle}"
60+ Placement =" Custom"
61+ PopupAnimation =" Fade"
62+ AllowsTransparency =" True" >
6363 <wpf : Card Content =" {TemplateBinding PopupContent}" ContentTemplate =" {TemplateBinding PopupContentTemplate}"
64+ Foreground =" {DynamicResource MaterialDesignBody}"
6465 FontSize =" 15"
6566 FontWeight =" Regular"
6667 Padding =" 0 8 0 8"
67- RenderOptions.ClearTypeHint=" Enabled"
68+ RenderOptions.ClearTypeHint=" Enabled"
6869 Margin =" 5" >
6970 <wpf : Card .Resources>
7071 <Style TargetType =" {x:Type Button}" >
7172 <Setter Property =" VerticalContentAlignment" Value =" Bottom" />
7273 <Setter Property =" HorizontalContentAlignment" Value =" Left" />
7374 <Setter Property =" Padding" Value =" 16 0 16 16" />
75+ <Setter Property =" Foreground" Value =" {DynamicResource MaterialDesignBody}" />
7476 <Setter Property =" Template" >
7577 <Setter .Value>
7678 <ControlTemplate TargetType =" {x:Type Button}" >
You can’t perform that action at this time.
0 commit comments