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

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