Enum
Dock

Specify the Dock position of an element inside RadDockLayout

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public enum Dock

Fields

Bottom

A view positioned to the bottom side of RadDockLayout.

Declaration

cs-api-definition
Bottom = 3

Field Value

Dock

Left

A view positioned to the left side of RadDockLayout.

Declaration

cs-api-definition
Left = 0

Field Value

Dock

Right

A view positioned to the right side of RadDockLayout.

Declaration

cs-api-definition
Right = 2

Field Value

Dock

Top

A view positioned to the top side of RadDockLayout.

Declaration

cs-api-definition
Top = 1

Field Value

Dock

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