Gets or sets a Brush used to draw hatch frames.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush HatchBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HatchBrush As Brush |
An instance of a Brush -derived class.
RemarksThis brush is used to draw the hatch pattern for HandlesStyle types that display hatch frames.
See Also