Class Dock
Specifies the Dock position of a child element that is inside a DockPanel.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
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
Dock
|
Left
A child element that is positioned on the left side of the DockPanel.
Declaration
public const Dock Left
Field Value
Dock
|
Right
A child element that is positioned at the top of the DockPanel.
Declaration
public const Dock Right
Field Value
Dock
|
Top
A child element that is positioned at the top of the DockPanel.
Declaration
public const Dock Top
Field Value
Dock
|
value__
Declaration
public int value__
Field Value
System.Int32
|