Search
HandlesVisualStyle.HatchBrush Property
See Also
 





Gets or sets a Brush used to draw hatch frames.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush HatchBrush { get; set; }

Visual Basic  Copy Code

Public Property HatchBrush As Brush

 Property Value

An instance of a Brush -derived class.

 Remarks

This brush is used to draw the hatch pattern for HandlesStyle types that display hatch frames.

 See Also