Enum
NonClientFrameEdges

Defines the NonClientFrameEdges of an RadRibbonWindow.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
[Flags]
public enum NonClientFrameEdges

Fields

Bottom

The NonClientFrameEdges of the RadRibbonWindow are at the bottom.

Declaration

cs-api-definition
Bottom = 8

Field Value

NonClientFrameEdges

Left

The NonClientFrameEdges of the RadRibbonWindow are at the left.

Declaration

cs-api-definition
Left = 1

Field Value

NonClientFrameEdges

None

The NonClientFrameEdges of the RadRibbonWindow are none.

Declaration

cs-api-definition
None = 0

Field Value

NonClientFrameEdges

Right

The NonClientFrameEdges of the RadRibbonWindow are at the right.

Declaration

cs-api-definition
Right = 4

Field Value

NonClientFrameEdges

Top

The NonClientFrameEdges of the RadRibbonWindow are at the top.

Declaration

cs-api-definition
Top = 2

Field Value

NonClientFrameEdges

In this article
DefinitionFieldsBottomLeftNoneRightTop
Not finding the help you need?
Contact Support