ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As Dock
    public enum Dock : System.Enum 
    public enum class Dock : public 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