Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / UnknownTextStyle Property


In This Topic
    UnknownTextStyle Property (ColorPickerCellType)
    In This Topic
    Gets or sets the style of text for unknown colors.
    Syntax
    'Declaration
     
    
    Public Property UnknownTextStyle As UnknownTextStyle
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As UnknownTextStyle
     
    instance.UnknownTextStyle = value
     
    value = instance.UnknownTextStyle
    public UnknownTextStyle UnknownTextStyle {get; set;}
    See Also