ComponentOne FinancialChart for WPF
C1TabItemBorder Class
Members 



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

See Also

Reference

C1TabItemBorder Members
C1.WPF Namespace