TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabItemBorder Class
Members

In This Topic
    C1TabItemBorder Class
    In This Topic
    Control containing the header of a C1TabItem. Supports different appearances, defined by the Shape property.
    Object Model
    C1TabItemBorder Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1VisualStateAttribute(Name="Rectangle", 
       GroupName="Shape", 
       Condition="Shape == C1TabItemShape.Rectangle")>
    <TemplateVisualStateAttribute(Name="Rectangle", GroupName="ShapeStates")>
    <DefaultPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <ContentPropertyAttribute("Content")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1TabItemBorder 
       Inherits C1.WPF.Core.C1ContentControl
    [C1Control()]
    [C1VisualState(Name="Rectangle", 
       GroupName="Shape", 
       Condition="Shape == C1TabItemShape.Rectangle")]
    [TemplateVisualState(Name="Rectangle", GroupName="ShapeStates")]
    [DefaultProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [ContentProperty("Content")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1TabItemBorder : C1.WPF.Core.C1ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            C1.WPF.Core.C1ContentControl
                               C1.WPF.TabControl.C1TabItemBorder

    See Also