InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / Height Property

In This Topic
    Height Property (InputTrackBar)
    In This Topic
    Gets or sets the height of the InputTrackBar.
    Syntax
    'Declaration
     
    Public Overrides Property Height As Integer
    public override int Height {get; set;}
    See Also