CommentShape::DefaultHeight Property

 

Gets/Sets default comment shape height.

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 DefaultHeight {
	virtual double get();
	virtual void set(double value);
}

Property Value

Type: System::Double

Gets or sets the default comment shape height.

Return to top
Show: