InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputNumericBox Class / Height Property

In This Topic
    Height Property (InputNumericBox)
    In This Topic
    Gets or sets the height of the component. Set to -1 to let the component calculate it automatically.
    Syntax
    'Declaration
     
    Public Overridable Property Height As Integer
    public virtual int Height {get; set;}
    See Also