Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / ShowColor Property


In This Topic
    ShowColor Property (GdiPlusDrawingContext)
    In This Topic
    Gets or sets a value that indicates whether to show the color.
    Syntax
    'Declaration
     
    
    Public Property ShowColor As Boolean
    'Usage
     
    
    Dim instance As GdiPlusDrawingContext
    Dim value As Boolean
     
    instance.ShowColor = value
     
    value = instance.ShowColor
    public bool ShowColor {get; set;}

    Property Value

    true to show color; otherwise, false.
    See Also