Specifies the edge of a DockPanel in which to arrange an element.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum Dock
Visual Basic
Public Enumeration Dock
Visual C++
public enum class Dock

Members

Member nameValueDescription
Top0 The top edge of the DockPanel.
Bottom1 The bottom edge of the DockPanel.
Left2 The left edge of the DockPanel.
Right3 The right edge of the DockPanel.

See Also