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

In This Topic
    Height Property (InputComponent)
    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