Gets the hatch style of this brush.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public HatchStyle Style { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Style As HatchStyle |
A member of the HatchStyle enumeration that represents the pattern of this brush.
See Also