Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / Style Property


In This Topic
    Style Property (ColorPickerCellType)
    In This Topic
    Gets or sets the style of the color picker.
    Syntax
    'Declaration
     
    
    Public Property Style As ColorPickerStyle
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As ColorPickerStyle
     
    instance.Style = value
     
    value = instance.Style
    public ColorPickerStyle Style {get; set;}
    See Also