Getting Started with WPF Color Palette (SfColorPalette)
Namespace : Syncfusion.Windows.Controls.Media.
Assembly : Syncfusion.SfColorPalette.Wpf (in Syncfusion.SfColorPalette.WPF.dll)
The following code example shows how to create SfColorPalette from XAML and code behind respectively.
<Page xmlns:Media="clr-namespace:Syncfusion.Windows.Controls.Media;assembly=Syncfusion.SfColorPalette.Wpf">
<Grid>
<Media:SfColorPalette/>
</Grid>
</Page>
SfColorPalette colorPalette = new SfColorPalette();
Visual structure
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page