RadControls for Silverlight

Specifies the Dock position of a child element that is inside a DockPanel.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.1050

Syntax

C#
public enum Dock
Visual Basic
Public Enumeration Dock

Members

Member nameValueDescription
Left0 A child element that is positioned on the left side of the DockPanel.
Top1 A child element that is positioned at the top of the DockPanel.
Right2 A child element that is positioned at the top of the DockPanel.
Bottom3 A child element that is positioned at the bottom of the DockPanel.

See Also