Control containing the header of a C1TabItem. Supports different appearances, defined by the Shape property.

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

Syntax

C#
[TemplateVisualStateAttribute(Name = "Rectangle", GroupName = "ShapeStates")]
[TemplateVisualStateAttribute(Name = "Sloped", GroupName = "ShapeStates")]
[TemplateVisualStateAttribute(Name = "Rounded", GroupName = "ShapeStates")]
[TemplateVisualStateAttribute(Name = "Ribbon", GroupName = "ShapeStates")]
public class C1TabItemBorder : ContentControl
Visual Basic
<TemplateVisualStateAttribute(Name := "Rectangle", GroupName := "ShapeStates")> _
<TemplateVisualStateAttribute(Name := "Sloped", GroupName := "ShapeStates")> _
<TemplateVisualStateAttribute(Name := "Rounded", GroupName := "ShapeStates")> _
<TemplateVisualStateAttribute(Name := "Ribbon", GroupName := "ShapeStates")> _
Public Class C1TabItemBorder _
	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..::..C1TabItemBorder

See Also