OutlookBar for WPF and Silverlight
C1.Silverlight.OutlookBar Namespace / C1HorizontalDock Enumeration

In This Topic
    C1HorizontalDock Enumeration
    In This Topic
    Specifies how C1OutlookBar is aligned.
    Syntax
    'Declaration
     
    
    Public Enum C1HorizontalDock 
       Inherits System.Enum
    public enum C1HorizontalDock : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.OutlookBar.C1HorizontalDock

    See Also