Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1ColorPicker Class / Format Property

In This Topic
    Format Property (C1ColorPicker)
    In This Topic
    Gets or sets the color format in which it will be displayed in the text box.
    Syntax
    'Declaration
     
    
    Public Property Format As ColorFormatType
    public ColorFormatType Format {get; set;}
    See Also