ComponentOne FinancialChart for WPF
C1.WPF 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 Integer
    'Usage
     
    
    Dim instance As C1TabControl
    Dim value As Integer
     
    instance.TabStripOverlap = value
     
    value = instance.TabStripOverlap
    public int TabStripOverlap {get; set;}
    public:
    property int TabStripOverlap {
       int get();
       void set (    int value);
    }
    See Also