Browse Source

Added template binding for ComboBox placeholder foreground in Fluent Theme

pull/4377/head
Anton Mitsengendler 6 years ago
parent
commit
78188c5517
  1. 1
      src/Avalonia.Themes.Fluent/ComboBox.xaml

1
src/Avalonia.Themes.Fluent/ComboBox.xaml

@ -79,6 +79,7 @@
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
Margin="{TemplateBinding Padding}"
Text="{TemplateBinding PlaceholderText}"
Foreground="{TemplateBinding PlaceholderForeground}"
IsVisible="{TemplateBinding SelectionBoxItem, Converter={x:Static ObjectConverters.IsNull}}" />
<ContentControl x:Name="ContentPresenter"
Content="{TemplateBinding SelectionBoxItem}"

Loading…
Cancel
Save