Brush hatch style.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Style As HatchStyle |
C# |
---|
public HatchStyle Style { get; set; } |
Visual C++ |
---|
public: property HatchStyle Style { HatchStyle get (); void set (HatchStyle value); } |
JavaScript |
---|
function get_style(); function set_style(value); |