ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / Dock Enumeration

In This Topic
    Dock Enumeration
    In This Topic
    Specifies how controls are sized and aligned within C1.Silverlight.C1DockPanel controls.
    Syntax
    'Declaration
     
    Public Enum Dock 
       Inherits System.Enum
    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.Xaml.Dock

    See Also