C1.WPF Namespace : Dock Enumeration |
'Declaration
Public Enum Dock Inherits System.Enum
'Usage
Dim instance As Dock
public enum Dock : System.Enum
public enum class Dock : public System.Enum
Member | Description |
---|---|
Bottom | The control's bottom edge is docked to the bottom of its containing control. |
Left | The control's left edge is docked to the left edge of its containing control. |
Right | The control's right edge is docked to the right edge of its containing control. |
Top | The control's top edge is docked to the top of its containing control. |
System.Object
System.ValueType
System.Enum
C1.WPF.Dock
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2