PenStyleSetInfo.DashStyle Property

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

Syntax

'宣言
Public Property DashStyle As DashStyle
'使用
Dim instance As PenStyleSetInfo
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

Permissions

See Also

Reference

PenStyleSetInfo Class

PenStyleSetInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace