| Visual Basic (Declaration) | |
|---|---|
Public Property HatchStyle As HatchStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public HatchStyle HatchStyle {get; set;} | |
| C++/CLI | |
|---|---|
public: property HatchStyle HatchStyle { HatchStyle get(); void set (HatchStyle value); } | |
Hatch styles are filled using HatchColor. By default
the color is transparent and may need to be specified before the hatch appears.