Search
Pen.Brush Property
See Also
 





Gets or sets the Brush object that determines attributes of this pen.

Namespace: MindFusion.Drawing
Package: 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.

 Remarks

Setting this property causes the pen to draw filled lines and curves. It overrides the Color property of the pen.

 See Also