Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / GridTemplateRows Property

In This Topic
    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