gridTemplateColumns
Defines the columns of a CSS Grid container as a list of track sizes. Only takes effect when display is set to grid.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
StyleList<GridTrackSize> gridTemplateColumns { get; set; }