Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Brush Property


In This Topic
    Brush Property (Shape)
    In This Topic
    Gets the brush which is used to fill.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Brush As Brush
    'Usage
     
    
    Dim instance As Shape
    Dim value As Brush
     
    value = instance.Brush
    public Brush Brush {get;}
    See Also