Share via


CommentShape.DefaultWidth Property

Gets/Sets default comment shape width.

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

Syntax

'Declaration
Public Overridable Property DefaultWidth As Double
public virtual double DefaultWidth { get; set; }
public:
virtual property double DefaultWidth {
    double get ();
    void set (double value);
}
abstract DefaultWidth : float with get, set
override DefaultWidth : float with get, set
function get DefaultWidth () : double
function set DefaultWidth (value : double)

Property Value

Type: System.Double

Remarks

Gets or sets the default comment shape width.

.NET Framework Security

See Also

Reference

CommentShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace