Share via


PenSettings.DashStyle Property

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

Syntax

'Declaration
Public Property DashStyle As DashStyle
'Usage
Dim instance As PenSettings 
Dim value As DashStyle 

value = instance.DashStyle

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

Property Value

Type: System.Drawing.Drawing2D.DashStyle

.NET Framework Security

See Also

Reference

PenSettings Class

PenSettings Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace