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