Class Dock
Specify the Dock position of an element inside RadDockLayout
Inheritance
System.Object
Dock
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public sealed class Dock : Enum
Fields
Bottom
A view positioned to the bottom side of RadDockLayout.
Declaration
public const Dock Bottom
Field Value
Dock
|
Left
A view positioned to the left side of RadDockLayout.
Declaration
public const Dock Left
Field Value
Dock
|
Right
A view positioned to the right side of RadDockLayout.
Declaration
public const Dock Right
Field Value
Dock
|
Top
A view positioned to the top side of RadDockLayout.
Declaration
public const Dock Top
Field Value
Dock
|
value__
Declaration
public int value__
Field Value
System.Int32
|