Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpHorizontalScrollBar Class / Height Property


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