Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPicker Class / ShowRecentColors Property

In This Topic
    ShowRecentColors Property (C1ColorPicker)
    In This Topic
    Gets or sets a value indicating whether the recent selected colors should be shown or not.
    Syntax
    'Declaration
     
    Public Property ShowRecentColors As Boolean
    public bool ShowRecentColors {get; set;}
    See Also