ComponentOne Basic Library for WPF and Silverlight
Rows Property


C1.Silverlight Namespace > C1UniformGrid Class : Rows Property
Gets or sets the number of rows for this panel.
Syntax
'Declaration
 
Public Property Rows As System.Integer
'Usage
 
Dim instance As C1UniformGrid
Dim value As System.Integer
 
instance.Rows = value
 
value = instance.Rows
public System.int Rows {get; set;}
Remarks
The default value (0) specifies that the row count is computed based on the number of columns and the number of visible child elements.
See Also

Reference

C1UniformGrid Class
C1UniformGrid Members