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)
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.