CommentShape::DefaultWidth Property

 

Gets/Sets default comment shape width.

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

public:
property double DefaultWidth {
	virtual double get();
	virtual void set(double value);
}

Property Value

Type: System::Double

Gets or sets the default comment shape width.

Return to top
Show: