Class GridLayoutConceptMetadata

Defines properties and message types for GridLayoutConcept.

Property Types

See also PropertyType
GridLayoutConceptMetadata.DirectionProperty

The direction in which the items are arranged when you add them to a grid layout.

GridLayoutConceptMetadata.ColumnDefinitionsProperty

Defines the number of columns in a grid layout and how the grid layout distributes the content in columns.

GridLayoutConceptMetadata.RowDefinitionsProperty

Defines the number of rows in a grid layout and how the grid layout distributes the content in rows.

GridLayoutConceptMetadata.ColumnProperty

The column into which grid layout places the item.

GridLayoutConceptMetadata.ColumnSpanProperty

Defines the number of columns an item in a grid layout occupies.

GridLayoutConceptMetadata.RowProperty

The row into which grid layout places the item.

GridLayoutConceptMetadata.RowSpanProperty

Defines the number of rows an item in a grid layout occupies.

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.