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
'宣告
Public Overridable Property DefaultWidth As Double
Get
Set
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
- 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.