Skip to main content

GridLength Properties

Properties

AutoGets an instance of GridLength that indicates that a row or column should auto-size to fit its content.
GridUnitTypeGets the unit of the GridLength.
IsAbsoluteGets a value that indicates whether the GridLength has a GridUnitType of Pixel.
IsAutoGets a value that indicates whether the GridLength has a GridUnitType of Auto.
IsStarGets a value that indicates whether the GridLength has a GridUnitType of Star.
StarGets an instance of GridLength that indicates that a row or column should fill its content.
ValueGets the length.

See Also

Reference

GridLength Structure
Avalonia.Controls Namespace