Share via


AreaField.DefaultWidth Property

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

Syntax

'Declaration
Public Property DefaultWidth As Double
'Usage
Dim instance As AreaField 
Dim value As Double 

value = instance.DefaultWidth

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

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

AreaField Class

AreaField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace