ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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
     
    Public Class C1TabItemBorder 
       Inherits Windows.UI.Xaml.Controls.ContentControl
    public class C1TabItemBorder : Windows.UI.Xaml.Controls.ContentControl 
    Inheritance Hierarchy

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

    See Also