Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1BasicColorPickerPart Class / Palette Property

In This Topic
    Palette Property (C1BasicColorPickerPart)
    In This Topic
    Gets or sets the palette used to display predefined colors.
    Syntax
    'Declaration
     
    Public Property Palette As ColorPalette
    public ColorPalette Palette {get; set;}
    See Also