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

In This Topic
    RowSpan Property (InputTrackBar)
    In This Topic
    Gets or sets a value that indicates the total number of rows that input component spans within a grid.
    Syntax
    'Declaration
     
    Public Overridable Property RowSpan As Integer
    public virtual int RowSpan {get; set;}
    See Also