NodeShape.CanResize Property
Gets the shape and verifies whether a user can resize it.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public ReadOnly Property CanResize As Boolean
Get
public bool CanResize { get; }
public:
property bool CanResize {
bool get ();
}
member CanResize : bool
function get CanResize () : boolean
Property Value
Type: System.Boolean
true if a user can resize the shape; otherwise, false.
.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.