Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MarkerFormat Class / rgbBack Property


In This Topic
    rgbBack Property (MarkerFormat)
    In This Topic
    the interior color of the data marker. The default value of this field is the same as the default value for rgbFore only when the default imk is 0x0001, 0x0002, 0x0003, or 0x0008. Otherwise, the default value is 0xFFFFFF.
    Syntax
    'Declaration
     
    
    Public Property rgbBack As LongRGB
    'Usage
     
    
    Dim instance As MarkerFormat
    Dim value As LongRGB
     
    instance.rgbBack = value
     
    value = instance.rgbBack
    public LongRGB rgbBack {get; set;}
    See Also