Gets or sets the default value for the Brush property of links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush LinkBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkBrush As Brush |
An instance of a MindFusion.Drawing.Brush-derived class.
The property provides a default value for the brush, with which an arrowhead's interior is filled. The Brush property of new links is initialized with a clone of LinkBrush, but after link creation the properties are independent - changing one of them does not change the other.
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Brush and Pen Classes
LinkPen Property
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |