Gets or sets the Brush object that determines attributes of this pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public Brush Brush { get; set; } |
Visual Basic Copy Code |
---|
Public Property Brush As Brush |
An instance of the Brush class that determines attributes of this pen.
Setting this property causes the pen to draw filled lines and curves. It overrides the Color property of the pen.