ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabPanelOverlapDirection Enumeration

In This Topic
    C1TabPanelOverlapDirection Enumeration
    In This Topic
    Z-Index arrangement of the items in the C1TabPanel.
    Syntax
    'Declaration
     
    
    Public Enum C1TabPanelOverlapDirection 
       Inherits System.Enum
    public enum C1TabPanelOverlapDirection : System.Enum 
    Members
    MemberDescription
    LeftLeft-most is in the back. Selected is in front.
    RightRight-most is in the back. Selected is in front.
    RightLeftFromSelectedLeft-most is in the back, right-most is in the back, selected is in front.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.C1TabPanelOverlapDirection

    See Also