Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / UnknownTextStyle Property


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