[]
Control containing the header of a C1TabItem. Supports different appearances, defined by the Shape property.
[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
Name | Description |
---|---|
C1TabItemBorder() | Initializes a new instance of a C1TabItemBorder. |
Name | Description |
---|---|
CornerRadiusProperty | Identifies the CornerRadius dependency property. |
ShapeProperty | Identifies the Shape dependency property. |
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. |
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. |