Gets or sets the brush of the anchor point mark.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Brush Brush { get; set; } |
Visual Basic Copy Code |
---|
Public Property Brush As Brush |
An instance of the .NET Brush class. The default is Brushes.Black.
The anchor mark shape specified by MarkStyle is painted with this brush.
WpfDiagram Programmer's Guide | © 2024 MindFusion |