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

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

Syntax

C#
[TemplateVisualStateAttribute(Name = "Ribbon", GroupName = "ShapeStates")]
[TemplateVisualStateAttribute(Name = "Rectangle", GroupName = "ShapeStates")]
[TemplateVisualStateAttribute(Name = "Rounded", GroupName = "ShapeStates")]
[TemplateVisualStateAttribute(Name = "Sloped", GroupName = "ShapeStates")]
public class C1TabItemBorder : ContentControl
Visual Basic
<TemplateVisualStateAttribute(Name := "Ribbon", GroupName := "ShapeStates")> _
<TemplateVisualStateAttribute(Name := "Rectangle", GroupName := "ShapeStates")> _
<TemplateVisualStateAttribute(Name := "Rounded", GroupName := "ShapeStates")> _
<TemplateVisualStateAttribute(Name := "Sloped", GroupName := "ShapeStates")> _
Public Class C1TabItemBorder _
	Inherits ContentControl

Inheritance Hierarchy

See Also