Gets or sets the hatch style of this
AnnHatchBrush object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property HatchStyle As HatchStyle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnHatchBrush
Dim value As HatchStyle
instance.HatchStyle = value
value = instance.HatchStyle
|
C# | |
---|
public virtual HatchStyle HatchStyle {get; set;} |
Return Value
The
HatchStyle value of this
AnnHatchBrush object.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also