Version

Search Results

FontVariant Enumeration

Defines text styles. Syntax Members Member Description AllCaps All capital letters text Normal Normal text. SmallCaps Small capital letters text Subscript Subscript text. Superscript Superscript text.

GridCellPattern Class

Represents a cell 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 CellPattern can be applied to a IGridCell element through the Apply method.

GridCellPattern Class Members

Public Constructors Public Properties Public Methods

Alignment Property (GridCellPattern)

Gets or sets the alignment of the content. Syntax

Apply Method (GridCellPattern)

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

Background Property (GridCellPattern)

Gets or sets the background style. Syntax

Borders Property (GridCellPattern)

Gets or sets the style of the borders. Syntax

Paddings Property (GridCellPattern)

Gets or sets the paddings between the borders and the content of an element. Syntax