TableTitleConfig

TableTitleConfig class

Represents TableTitle element. Display title. Used with TableConfig

public class TableTitleConfig : BaseConfig

Constructors

NameDescription
TableTitleConfig()Create instance with default values

Properties

NameDescription
BorderBottomStyle { get; set; }Additional style for bottom border
BorderLeftStyle { get; set; }Additional style for left border
BorderRightStyle { get; set; }Additional style for right border
BorderTopStyle { get; set; }Additional style for top border
override Name { get; set; }Text value of title
override Type { get; set; }Type of omr element. Required field for JSON serialization.

Fields

NameDescription
BackgroundColorThe background color of the table title
BorderColorColor of the border
BorderSizeThe size of the border
BorderTypeBorder type
ColorThe color of the text
FontFamilyThe font family of the text
FontSizeThe size of the text font
FontStyleThe style of the text

See Also