Gets or sets the brush to use when filling arrow heads.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush HeadBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeadBrush As Brush |
An instance of a Brush-derived class. The default value is null.
This property refers to a brush used to fill arrow head shapes.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |