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


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