fix: remove content presenter text style binding in FlyoutPresenter.
This commit is contained in:
parent
303b7dbf49
commit
21e8f09934
@ -40,9 +40,7 @@
|
|||||||
HorizontalContentAlignment="Stretch"
|
HorizontalContentAlignment="Stretch"
|
||||||
VerticalContentAlignment="Stretch"
|
VerticalContentAlignment="Stretch"
|
||||||
Content="{TemplateBinding Content}"
|
Content="{TemplateBinding Content}"
|
||||||
ContentTemplate="{TemplateBinding ContentTemplate}"
|
ContentTemplate="{TemplateBinding ContentTemplate}" />
|
||||||
FontWeight="{TemplateBinding FontWeight}"
|
|
||||||
TextElement.Foreground="{TemplateBinding Foreground}" />
|
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
</Border>
|
</Border>
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user