Gets or sets a Brush used to draw dash frame background.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Brush DashBackground { get; set; } |
Visual Basic Copy Code |
---|
Public Property DashBackground As Brush |
An instance of a Brush -derived class.
This brush is used to draw the background of selection frame when item's HandlesStyle is set to DashFrame.
WpfDiagram Programmer's Guide | © 2024 MindFusion |