Search
HatchBrush.Style Property
See Also
 






Gets the hatch style of this brush.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public HatchStyle Style { get; set; }

Visual Basic  Copy Code

Public Property Style As HatchStyle

 Property Value

A member of the HatchStyle enumeration.

 See Also