dotnetCHARTING Send comments on this topic.
HatchStyle Property
See Also 
dotnetCHARTING Namespace > Background Class : HatchStyle Property



Gets or sets a hatch pattern.

Syntax

Visual Basic (Declaration) 
Public Property HatchStyle As HatchStyle
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As HatchStyle
 
instance.HatchStyle = value
 
value = instance.HatchStyle
C# 
public HatchStyle HatchStyle {get; set;}
C++/CLI 
public:
property HatchStyle HatchStyle {
   HatchStyle get();
   void set (HatchStyle value);
}

Remarks

If not specified, no hatch will is drawn.

See Also