PenStyleSetInfo.Width Property

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

Syntax

'宣言
Public Property Width As Single
'使用
Dim instance As PenStyleSetInfo
Dim value As Single

value = instance.Width

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

Property Value

Type: System.Single

Permissions

See Also

Reference

PenStyleSetInfo Class

PenStyleSetInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace