Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabItemPresenter Class
Members

In This Topic
    C1TabItemPresenter Class
    In This Topic
    Internal element used in both C1TabItem and C1DockTabItem to avoid repetition.
    Object Model
    C1TabItemPresenter Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1TabItemPresenter 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")]
    [ContentProperty("Content", true)]
    public class C1TabItemPresenter : 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.C1TabItemPresenter

    See Also