ComponentOne Basic Library for WPF and Silverlight
C1TabItemBorder Class
Members 


C1.Silverlight Namespace : C1TabItemBorder Class
Control containing the header of a C1TabItem. Supports different appearances, defined by the Shape property.
Object Model
C1TabItemBorder Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="Sloped", GroupName="ShapeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Ribbon", GroupName="ShapeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Rounded", GroupName="ShapeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Rectangle", GroupName="ShapeStates")>
Public Class C1TabItemBorder 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1TabItemBorder
[System.Windows.TemplateVisualState(Name="Sloped", GroupName="ShapeStates")]
[System.Windows.TemplateVisualState(Name="Ribbon", GroupName="ShapeStates")]
[System.Windows.TemplateVisualState(Name="Rounded", GroupName="ShapeStates")]
[System.Windows.TemplateVisualState(Name="Rectangle", GroupName="ShapeStates")]
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

Reference

C1TabItemBorder Members
C1.Silverlight Namespace