OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookBar Class / Dock Property

In This Topic
    Dock Property (C1OutlookBar)
    In This Topic
    Gets or sets the side taken by the control.
    Syntax
    'Declaration
     
    
    Public Property Dock As C1HorizontalDock
    public C1HorizontalDock Dock {get; set;}
    See Also