Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / TabShape Property


In This Topic
    TabShape Property
    In This Topic
    Gets or sets the tab shape.
    Syntax
    'Declaration
     
    
    Public Property TabShape As EnhancedInterfaceRenderer.SheetTabShape
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As EnhancedInterfaceRenderer.SheetTabShape
     
    instance.TabShape = value
     
    value = instance.TabShape
    public EnhancedInterfaceRenderer.SheetTabShape TabShape {get; set;}

    Property Value

    The tab shape.
    See Also