Class Dock
Represents the Dock Enumeration.
Inheritance
System.Object
Dock
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class Dock : Enum
Fields
Bottom
A child element that is positioned at the bottom of the DockPanel.
Declaration
public const Dock Bottom
Field Value
Type |
---|
Dock |
Left
A child element that is positioned on the left side of the DockPanel.
Declaration
public const Dock Left
Field Value
Type |
---|
Dock |
None
A child element that is positioned at the none of the DockPanel.
Declaration
public const Dock None
Field Value
Type |
---|
Dock |
Right
A child element that is positioned on the right side of the DockPanel.
Declaration
public const Dock Right
Field Value
Type |
---|
Dock |
Tabbed
A child element that is positioned at the Tabbed of the DockPanel.
Declaration
public const Dock Tabbed
Field Value
Type |
---|
Dock |
Top
A child element that is positioned at the top of the DockPanel.
Declaration
public const Dock Top
Field Value
Type |
---|
Dock |