TableTextStyle

TableTextStyle class

Represents a text style in a view table.

The TableTextStyle type exposes the following members:

Constructors

NameDescription
TableTextStyle(row_uid)Initializes a new instance of the TableTextStyle class.
TableTextStyle(row_uid, font)Initializes a new instance of the TableTextStyle class with the specified font.
TableTextStyle(row_uid, font_size, font_style)Initializes a new instance of the TableTextStyle class with the specified font size and font style.
TableTextStyle(row_uid, font_style)Initializes a new instance of the TableTextStyle class with the specified font size and font style.

Properties

NameDescription
fontGets or sets font of the text style.
colorGets or sets color of the text.
item_typeReturns a value of the TextItemType enum.
background_patternGets or sets background pattern of the text style.
background_pattern.
background_colorGets or sets background color of the text style.
color.
row_uidGets a row unique id.
fieldGets or sets a field the style is to be applied to.
field.

See Also