ComponentOne Basic Library for WPF and Silverlight
Dock Enumeration


C1.WPF Namespace : Dock Enumeration
Specifies how controls are sized and aligned within C1.Silverlight.C1DockPanel controls.
Syntax
'Declaration
 
Public Enum Dock 
   Inherits System.Enum
'Usage
 
Dim instance As Dock
public enum Dock : System.Enum 
Members
MemberDescription
BottomThe control's bottom edge is docked to the bottom of its containing control.
LeftThe control's left edge is docked to the left edge of its containing control.
RightThe control's right edge is docked to the right edge of its containing control.
TopThe control's top edge is docked to the top of its containing control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Dock

See Also

Reference

C1.WPF Namespace