Spread WinForms 15
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

Property Value

A Brush that determines attributes of this Pen.
See Also