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

Defines the NonClientFrameEdges of an RadRibbonWindow.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
[Flags]
public enum NonClientFrameEdges

Fields

The NonClientFrameEdges of the RadRibbonWindow are at the bottom.

C#
Bottom = 8

The NonClientFrameEdges of the RadRibbonWindow are at the left.

C#
Left = 1

The NonClientFrameEdges of the RadRibbonWindow are none.

C#
None = 0

The NonClientFrameEdges of the RadRibbonWindow are at the right.

C#
Right = 4

The NonClientFrameEdges of the RadRibbonWindow are at the top.

C#
Top = 2
In this article
DefinitionFieldsBottomLeftNoneRightTop
Not finding the help you need?
Contact Support