Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / Height Property


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