Gets or sets the Brush object that determines attributes of this pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
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.
RemarksSetting this property causes the pen to draw filled lines and curves. It overrides the Color property of the pen.
See Also