Gets or sets the Brush that determines attributes of this pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Brush Brush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Brush As Brush |
See Also