Specifies the size of a row or column in a Grid.

The string syntax for this definition is:

  • auto: Metric="Auto", the Extent is not relevant
  • default: Metric="Default" with an Extent="1"
  • ##: Metric="Absolute" withExtent="##"` (## is a size in points)
  • ##*: Metric="Proportion" withExtent="##" (## is the weight of the row/column)

Location

Namespace
Fuse.Layouts
Package
Fuse.Controls.Panels 2.9.1
Show Uno properties and methods

Interface of DefinitionBase

Inherited from PropertyObject

Inherited from object