Class NonClientFrameEdges
Defines the NonClientFrameEdges of an RadRibbonWindow.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.Shell
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public sealed class NonClientFrameEdges : Enum
Fields
Bottom
The NonClientFrameEdges of the RadRibbonWindow are at the bottom.
Declaration
public const NonClientFrameEdges Bottom
Field Value
NonClientFrameEdges
|
Left
The NonClientFrameEdges of the RadRibbonWindow are at the left.
Declaration
public const NonClientFrameEdges Left
Field Value
NonClientFrameEdges
|
None
The NonClientFrameEdges of the RadRibbonWindow are none.
Declaration
public const NonClientFrameEdges None
Field Value
NonClientFrameEdges
|
Right
The NonClientFrameEdges of the RadRibbonWindow are at the right.
Declaration
public const NonClientFrameEdges Right
Field Value
NonClientFrameEdges
|
Top
The NonClientFrameEdges of the RadRibbonWindow are at the top.
Declaration
public const NonClientFrameEdges Top
Field Value
NonClientFrameEdges
|
value__
Declaration
public int value__
Field Value
System.Int32
|