[]
        
(Showing Draft Content)

C1.WPF.C1TabItemBorder

C1TabItemBorder Class

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

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.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 : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1TabItemBorder()

Initializes a new instance of a C1TabItemBorder.

Fields

Name Description
CornerRadiusProperty

Identifies the CornerRadius dependency property.

ShapeProperty

Identifies the Shape dependency property.

Properties

Name Description
CornerRadius

Gets or sets a value that represents the degree to which the corners of the element are rounded.

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.

OnApplyTemplate()

Builds the visual tree for the C1TabItemBorder control when a new template is applied.

Extension Methods