Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / Width Property


In This Topic
    Width Property (FpScrollBar)
    In This Topic
    Gets or sets the width of the control.
    Syntax
    'Declaration
     
    
    Public Shadows Property Width As Integer
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public new int Width {get; set;}
    See Also