GridTemplateRows Property
In This Topic
The grid-template-rows property specifies the number (and the heights) of the rows in a grid layout.
Syntax
'Declaration
Public Property GridTemplateRows As String
public string GridTemplateRows {get; set;}
See Also