[]
        
(Showing Draft Content)

C1.WPF.TabControl.C1TabItemBorder

C1TabItemBorder Class

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

Inheritance
C1TabItemBorder
Namespace: C1.WPF.TabControl
Assembly: C1.WPF.TabControl.dll
Syntax
[TemplateVisualState(Name = "Rectangle", GroupName = "ShapeStates")]
[TemplateVisualState(Name = "Rounded", GroupName = "ShapeStates")]
[TemplateVisualState(Name = "Sloped", GroupName = "ShapeStates")]
[TemplateVisualState(Name = "Ribbon", GroupName = "ShapeStates")]
public class C1TabItemBorder : C1ContentControl

Constructors

Name Description
C1TabItemBorder()

Initializes a new instance of the C1TabItemBorder class.

Fields

Name Description
ShapeProperty

Identifies the Shape dependency property.

Properties

Name Description
Shape

Gets or sets the geometric shape of the tab.

Methods

Name Description
ChangeVisualStateShape(bool)

Updates the current visual state of the Shape visual state group to match the object's properties.

Dispose(bool)
OnApplyTemplate()