grid_template_rows property

grid_template_rows property

See the grid-template-rows property definition in CSS2.

Definition:

@property
def grid_template_rows(self):
    ...
@grid_template_rows.setter
def grid_template_rows(self, value):
    ...

See Also