Gets the
Brush that determines attributes of this
Pen.
'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.