Class ResizeGripDirection
Defines the ResizeGripDirection of a RadRibbonWindow.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.Shell
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public sealed class ResizeGripDirection : Enum
Fields
Bottom
The ResizeGripDirection of the RadRibbonWindow is Bottom.
Declaration
public const ResizeGripDirection Bottom
Field Value
ResizeGripDirection
|
BottomLeft
The ResizeGripDirection of the RadRibbonWindow is BottomLeft.
Declaration
public const ResizeGripDirection BottomLeft
Field Value
ResizeGripDirection
|
BottomRight
The ResizeGripDirection of the RadRibbonWindow is BottomRight.
Declaration
public const ResizeGripDirection BottomRight
Field Value
ResizeGripDirection
|
Left
The ResizeGripDirection of the RadRibbonWindow is Left.
Declaration
public const ResizeGripDirection Left
Field Value
ResizeGripDirection
|
None
The ResizeGripDirection of the RadRibbonWindow is none.
Declaration
public const ResizeGripDirection None
Field Value
ResizeGripDirection
|
Right
The ResizeGripDirection of the RadRibbonWindow is Right.
Declaration
public const ResizeGripDirection Right
Field Value
ResizeGripDirection
|
Top
The ResizeGripDirection of the RadRibbonWindow is Top.
Declaration
public const ResizeGripDirection Top
Field Value
ResizeGripDirection
|
TopLeft
The ResizeGripDirection of the RadRibbonWindow is TopLeft.
Declaration
public const ResizeGripDirection TopLeft
Field Value
ResizeGripDirection
|
TopRight
The ResizeGripDirection of the RadRibbonWindow is TopRight.
Declaration
public const ResizeGripDirection TopRight
Field Value
ResizeGripDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|