Internal element used in both C1TabItem and C1DockTabItem to avoid repetition.

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

Syntax

C#
[TemplateVisualStateAttribute(Name = "TopTabStripPlacement", GroupName = "TabStripPlacementStates")]
[TemplateVisualStateAttribute(Name = "Unselected", GroupName = "SelectionStates")]
[TemplateVisualStateAttribute(Name = "LeftTabStripPlacement", GroupName = "TabStripPlacementStates")]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "BottomTabStripPlacement", GroupName = "TabStripPlacementStates")]
[TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Selected", GroupName = "SelectionStates")]
[TemplateVisualStateAttribute(Name = "RightTabStripPlacement", GroupName = "TabStripPlacementStates")]
public class C1TabItemPresenter : ContentControl
Visual Basic
<TemplateVisualStateAttribute(Name := "TopTabStripPlacement", GroupName := "TabStripPlacementStates")> _
<TemplateVisualStateAttribute(Name := "Unselected", GroupName := "SelectionStates")> _
<TemplateVisualStateAttribute(Name := "LeftTabStripPlacement", GroupName := "TabStripPlacementStates")> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "BottomTabStripPlacement", GroupName := "TabStripPlacementStates")> _
<TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Selected", GroupName := "SelectionStates")> _
<TemplateVisualStateAttribute(Name := "RightTabStripPlacement", GroupName := "TabStripPlacementStates")> _
Public Class C1TabItemPresenter _
	Inherits ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Silverlight..::..C1TabItemPresenter

See Also