BrushSettings.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 BrushSettings
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.