xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.9k stars 877 forks source link

TextBoxes ColorCanvas #1482

Open baier-moritz opened 5 years ago

baier-moritz commented 5 years ago

The text appearing on the ColorCanvas can be styled:

<xctk:ColorCanvas
        Background="DarkGray"
        TextElement.FontSize="12"
        TextElement.FontWeight="UltraBold"
        TextElement.Foreground="White"
        SelectedColor="{Binding AluColor, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"
                                />

This works fine for the R G B letters, but not for the TextBoxes. Only the Foreground does not apply, all other effects work pretty well. ColorCanvas

XceedBoucherS commented 5 years ago

Hi, This is already fixed in v3.6 and up, You can try the latest v3.8 version for free for 45 days here : https://xceed.com/xceed-toolkit-plus-for-wpf/