Z-Index arrangement of the items in the C1TabPanel.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public enum C1TabPanelOverlapDirection |
Visual Basic |
---|
Public Enumeration C1TabPanelOverlapDirection |
Members
Member name | Value | Description | |
---|---|---|---|
Right | 1 | Right-most is in the back. Selected is in front. | |
Left | 2 | Left-most is in the back. Selected is in front. | |
RightLeftFromSelected | 3 | Left-most is in the back, right-most is in the back, selected is in front. |