New to Telerik UI for WPFStart a free 30-day trial

Defines the ResizeGripDirection of a RadRibbonWindow.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public enum ResizeGripDirection

Fields

The ResizeGripDirection of the RadRibbonWindow is Bottom.

C#
Bottom = 6

The ResizeGripDirection of the RadRibbonWindow is BottomLeft.

C#
BottomLeft = 7

The ResizeGripDirection of the RadRibbonWindow is BottomRight.

C#
BottomRight = 5

The ResizeGripDirection of the RadRibbonWindow is Left.

C#
Left = 8

The ResizeGripDirection of the RadRibbonWindow is none.

C#
None = 0

The ResizeGripDirection of the RadRibbonWindow is Right.

C#
Right = 4

The ResizeGripDirection of the RadRibbonWindow is Top.

C#
Top = 2

The ResizeGripDirection of the RadRibbonWindow is TopLeft.

C#
TopLeft = 1

The ResizeGripDirection of the RadRibbonWindow is TopRight.

C#
TopRight = 3