Control containing the header of a
C1TabItem. Supports different appearances, defined by the
Shape property.
Syntax
'Declaration
<TemplateVisualStateAttribute(Name="Rectangle", GroupName="ShapeStates")>
<TemplateVisualStateAttribute(Name="Rounded", GroupName="ShapeStates")>
<TemplateVisualStateAttribute(Name="Sloped", GroupName="ShapeStates")>
<TemplateVisualStateAttribute(Name="Ribbon", GroupName="ShapeStates")>
Public Class C1TabItemBorder
Inherits System.Windows.Controls.ContentControl
'Usage
Dim instance As C1TabItemBorder
[TemplateVisualState(Name="Rectangle", GroupName="ShapeStates")]
[TemplateVisualState(Name="Rounded", GroupName="ShapeStates")]
[TemplateVisualState(Name="Sloped", GroupName="ShapeStates")]
[TemplateVisualState(Name="Ribbon", GroupName="ShapeStates")]
public class C1TabItemBorder : System.Windows.Controls.ContentControl
[TemplateVisualState(Name="Rectangle", GroupName="ShapeStates")]
[TemplateVisualState(Name="Rounded", GroupName="ShapeStates")]
[TemplateVisualState(Name="Sloped", GroupName="ShapeStates")]
[TemplateVisualState(Name="Ribbon", GroupName="ShapeStates")]
public ref class C1TabItemBorder : public System.Windows.Controls.ContentControl
Inheritance Hierarchy
See Also