ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / TabStripOverlap Property

In This Topic
    TabStripOverlap Property
    In This Topic
    Gets or sets the length of the overlap between C1TabItems.
    Syntax
    'Declaration
     
    Public Property TabStripOverlap As System.Integer
    public System.int TabStripOverlap {get; set;}
    See Also