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