Version

Search Results

GridRowPattern Class

Represents a row pattern of a grid. Syntax Remarks Patterns are useful when multiple styles will be used across different elements, saving the effort of recoding the same properties and methods for each element. A RowPattern can be applied to a IGridRow element through the Apply method.

GridRowPattern Class Members

Public Constructors Public Properties Public Methods

Apply Method (GridRowPattern)

Applies this pattern to a row. Syntax Parameters row A row to apply this pattern.

Cell Property (GridRowPattern)

Gets the cell pattern. Syntax

Margins Property (GridRowPattern)

Gets or sets the vertical spacing between elements. Syntax

GridRowPattern Constructor

Initializes a new instance of the GridRowPattern class. Syntax

IGrid Interface

Represents a layout element that positions its contents through rows and columns. Syntax Remarks The width of every cell in a grid is determined by the width of the corresponding column. IGridCell.ColSpan and IGridCell.RowSpanRowSpan properties can be set on individual cells, but the number of cells in every row s...

IGridCell Interface

Represents a cell in a grid. Syntax Remarks The width of a cell is determined by the corresponding IGridColumn, though the ColSpan property can be used to make a cell stretch across multiple columns.