ResizeAction.GrabHandle Property
Gets or sets the grab handle.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Property GrabHandle As GrabHandle
public GrabHandle GrabHandle { get; set; }
public:
property GrabHandle^ GrabHandle {
GrabHandle^ get ();
void set (GrabHandle^ value);
}
member GrabHandle : GrabHandle with get, set
function get GrabHandle () : GrabHandle
function set GrabHandle (value : GrabHandle)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle
.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.