Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TabStripRatio Property


In This Topic
    TabStripRatio Property (FpSpread)
    In This Topic
    Gets or sets the width of the tab strip for this component expressed as a percentage of the overall horizontal scroll bar width.
    Syntax
    'Declaration
     
    
    Public Property TabStripRatio As Double
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Double
     
    instance.TabStripRatio = value
     
    value = instance.TabStripRatio
    public double TabStripRatio {get; set;}
    See Also