Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / Brush Property


In This Topic
    Brush Property (Pen)
    In This Topic
    Gets the Brush that determines attributes of this Pen.
    Syntax
    'Declaration
     
    
    Public Property Brush As Brush
    'Usage
     
    
    Dim instance As Pen
    Dim value As Brush
     
    instance.Brush = value
     
    value = instance.Brush
    public Brush Brush {get; set;}

    Property Value

    A Brush that determines attributes of this Pen.
    See Also