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