Share via


CommentShape.DefaultHeight Property

Gets/Sets default comment shape height.

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 DefaultHeight As Double
public virtual double DefaultHeight { get; set; }
public:
virtual property double DefaultHeight {
    double get ();
    void set (double value);
}
abstract DefaultHeight : float with get, set
override DefaultHeight : float with get, set
function get DefaultHeight () : double
function set DefaultHeight (value : double)

Property Value

Type: System.Double

Remarks

Gets or sets the default comment shape height.

.NET Framework Security

See Also

Reference

CommentShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace