Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / ShowColor Property


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

    Property Value

    true to show color; otherwise, false.
    See Also