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