Class Dock
Defines various docking positions that can be assigned to children in a DockLayout, enabling structured arrangements such as None, Left, Top, Right, and Bottom.
Inheritance
System.Object
Dock
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class Dock : Enum
Fields
Bottom
Dock the child at the bottom.
Declaration
public const Dock Bottom
Field Value
Type |
---|
Dock |
Left
Dock the child on the left side.
Declaration
public const Dock Left
Field Value
Type |
---|
Dock |
None
Specifies no docking position.
Declaration
public const Dock None
Field Value
Type |
---|
Dock |
Right
Dock the child on the right side.
Declaration
public const Dock Right
Field Value
Type |
---|
Dock |
Top
Dock the child at the top.
Declaration
public const Dock Top
Field Value
Type |
---|
Dock |