Gets or sets a brush used to fill the arrowhead drawn at the link base.
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 (Nothing in Visual Basic).
RemarksIf this property is not set, the arrowhead is filled using the link's Brush.
See Also