Search
HatchBrush.Style Property
See Also
 






Gets the hatch style of this brush.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 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 that represents the pattern of this brush.

 See Also