GrabHandle.Side Property
Gets the side of the shape that this grab handle is on.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property Side As GrabHandle..::..ShapeSide
Get
public GrabHandle..::..ShapeSide Side { get; }
public:
property GrabHandle..::..ShapeSide Side {
GrabHandle..::..ShapeSide get ();
}
member Side : GrabHandle..::..ShapeSide
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.