New to Telerik UI for .NET MAUIStart a free 30-day trial

Dock

Enum

Specify the Dock position of an element inside RadDockLayout

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public enum Dock

Fields

A view positioned to the bottom side of RadDockLayout.

C#
Bottom = 3

A view positioned to the left side of RadDockLayout.

C#
Left = 0

A view positioned to the right side of RadDockLayout.

C#
Right = 2

A view positioned to the top side of RadDockLayout.

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