HatchStyle Property (Element)
Gets or sets this element's hatch style.
Syntax
'Declaration Public Property HatchStyle As HatchStyle
'Usage Dim instance As Element Dim value As HatchStyle instance.HatchStyle = value value = instance.HatchStyle
public HatchStyle HatchStyle {get; set;}
Remarks
Hatch styles are filled using HatchColor. By default the color is transparent and may need to be specified before the hatch appears.
Example
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also