ComponentOne Basic Library for WPF and Silverlight
C1TabPanelOverlapDirection Enumeration


C1.Silverlight Namespace : C1TabPanelOverlapDirection Enumeration
Z-Index arrangement of the items in the C1TabPanel.
Syntax
'Declaration
 
Public Enum C1TabPanelOverlapDirection 
   Inherits System.Enum
'Usage
 
Dim instance As C1TabPanelOverlapDirection
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.Silverlight.C1TabPanelOverlapDirection

See Also

Reference

C1.Silverlight Namespace