RadControls for WPF

Resizing directions.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.40

Syntax

C#
public enum ResizeDirection
Visual Basic
Public Enumeration ResizeDirection

Members

Member nameValueDescription
NorthWestSouthEast0 NorthWest to SouthEast.
NorthEastSouthWest1 NorthEast to SouthWest.
SouthEastNorthWest2 SouthEast to NorthWest.
SouthWestNorthEast3 SouthWest to NorthEast.

See Also