Share via


CommentShape.DefaultWidth Property

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

Syntax

'Declaration
Public Overridable Property DefaultWidth As Double
'Usage
Dim instance As CommentShape 
Dim value As Double 

value = instance.DefaultWidth

instance.DefaultWidth = value
public virtual double DefaultWidth { get; set; }
public:
virtual 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

CommentShape Class

CommentShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace