StyleGridLine
Style value + keyword wrapper for a GridLine (grid-column-start / -end, grid-row-start / -end).
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IStyleValue<GridLine>, IEquatable<StyleGridLine>
public struct StyleGridLine : IStyleValue<GridLine>, IEquatable<StyleGridLine>
Constructors
Constructor | Description |
|---|---|
| StyleGridLine(UnityEngine.UIElements.GridLine) | Creates a new StyleGridLine from a GridLine. |
| StyleGridLine(UnityEngine.UIElements.StyleKeyword) | Creates a new StyleGridLine from a keyword. |
Properties
Operators
Operator | Description |
|---|---|
| StyleGridLine | A positive integer is an explicit line; 0 and negatives throw (see GridLine). |