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