Enum
ResizeGripDirection

Defines the ResizeGripDirection of a RadRibbonWindow.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
public enum ResizeGripDirection

Fields

Bottom

The ResizeGripDirection of the RadRibbonWindow is Bottom.

Declaration

cs-api-definition
Bottom = 6

Field Value

ResizeGripDirection

BottomLeft

The ResizeGripDirection of the RadRibbonWindow is BottomLeft.

Declaration

cs-api-definition
BottomLeft = 7

Field Value

ResizeGripDirection

BottomRight

The ResizeGripDirection of the RadRibbonWindow is BottomRight.

Declaration

cs-api-definition
BottomRight = 5

Field Value

ResizeGripDirection

Left

The ResizeGripDirection of the RadRibbonWindow is Left.

Declaration

cs-api-definition
Left = 8

Field Value

ResizeGripDirection

None

The ResizeGripDirection of the RadRibbonWindow is none.

Declaration

cs-api-definition
None = 0

Field Value

ResizeGripDirection

Right

The ResizeGripDirection of the RadRibbonWindow is Right.

Declaration

cs-api-definition
Right = 4

Field Value

ResizeGripDirection

Top

The ResizeGripDirection of the RadRibbonWindow is Top.

Declaration

cs-api-definition
Top = 2

Field Value

ResizeGripDirection

TopLeft

The ResizeGripDirection of the RadRibbonWindow is TopLeft.

Declaration

cs-api-definition
TopLeft = 1

Field Value

ResizeGripDirection

TopRight

The ResizeGripDirection of the RadRibbonWindow is TopRight.

Declaration

cs-api-definition
TopRight = 3

Field Value

ResizeGripDirection