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

In This Topic
    ColorContainerStyle Property (C1BasicColorPickerPart)
    In This Topic
    Gets or sets the style of the ItemsControl used to show a section of colors (that is recent colors).
    Syntax
    'Declaration
     
    Public Property ColorContainerStyle As Style
    public Style ColorContainerStyle {get; set;}
    See Also