Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPickerMode Enumeration

In This Topic
    C1ColorPickerMode Enumeration
    In This Topic
    Pick the mode for the C1ColorPicker.
    Syntax
    'Declaration
     
    Public Enum C1ColorPickerMode 
       Inherits System.Enum
    public enum C1ColorPickerMode : System.Enum 
    Members
    MemberDescription
    AdvancedShows only the advanced tab.
    BasicShows only the basic tab.
    BothShows both the basic and the advanced tabs.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Extended.C1ColorPickerMode

    See Also