Z-Index arrangement of the items in the C1TabPanel.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum C1TabPanelOverlapDirection
Visual Basic
Public Enumeration C1TabPanelOverlapDirection

Members

Member nameValueDescription
Right1 Right-most is in the back. Selected is in front.
Left2 Left-most is in the back. Selected is in front.
RightLeftFromSelected3 Left-most is in the back, right-most is in the back, selected is in front.

See Also