Gets or sets the Brush object that determines attributes of this pen.
Namespace: MindFusion.Drawing Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
public Brush Brush { get; set; } |
Visual Basic
Copy Code
|
Public Property Brush As Brush |
Property Value
An instance of the Brush class that determines attributes of this pen.
See Also
|