Gets or sets the brush to use when filling arrow base shapes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush BaseBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BaseBrush As Brush |
An instance of a Brush-derived class. The default value is null.
RemarksThis property refers to a brush used to fill arrow base shapes.
See Also