Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripTabEventArgs Class / TabPath Property


In This Topic
    TabPath Property
    In This Topic
    Gets the outline of the tab.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TabPath As GraphicsPath
    'Usage
     
    
    Dim instance As PaintTabStripTabEventArgs
    Dim value As GraphicsPath
     
    value = instance.TabPath
    public GraphicsPath TabPath {get;}
    See Also