Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / AllowedAnchors Enumeration

In This Topic
    AllowedAnchors Enumeration
    In This Topic
    Represents allowed anchors for the floating tab.
    Syntax
    'Declaration
     
    
    Public Enum AllowedAnchors 
       Inherits System.Enum
    public enum AllowedAnchors : System.Enum 
    Members
    MemberDescription
    AllShows all anchors.
    CenterCenterOnlyShows only DiamondCenter anchor.
    DiamondOnlyShows all Diamond anchors.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.AllowedAnchors

    See Also