Share via


BrushStyleSetInfo.HatchStyle Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Property HatchStyle As HatchStyle
'Usage
Dim instance As BrushStyleSetInfo 
Dim value As HatchStyle 

value = instance.HatchStyle

instance.HatchStyle = value
public HatchStyle HatchStyle { get; set; }
public:
property HatchStyle HatchStyle {
    HatchStyle get ();
    void set (HatchStyle value);
}
public function get HatchStyle () : HatchStyle 
public function set HatchStyle (value : HatchStyle)

Property Value

Type: System.Drawing.Drawing2D.HatchStyle

.NET Framework Security

See Also

Reference

BrushStyleSetInfo Class

BrushStyleSetInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace