Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TabControl Class / TabStripOverlap Property

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