ResizeAction.GrabHandle Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property GrabHandle As GrabHandle
'Usage
Dim instance As ResizeAction
Dim value As GrabHandle
value = instance.GrabHandle
instance.GrabHandle = value
public GrabHandle GrabHandle { get; set; }
public:
property GrabHandle^ GrabHandle {
GrabHandle^ get ();
void set (GrabHandle^ value);
}
public function get GrabHandle () : GrabHandle
public 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.