Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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
     
    
    <TemplateVisualStateAttribute(Name="Sloped", GroupName="ShapeStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1TabItemBorder 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="Sloped", GroupName="ShapeStates")]
    [ContentProperty("Content", true)]
    public class C1TabItemBorder : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1TabItemBorder

    See Also