HtmlForgeX

API Reference

Class

TableContentStyleOption

Namespace HtmlForgeX.DslOptions.Tables
Assembly HtmlForgeX
Modifiers sealed

Applies styling to body cells.

Inheritance

Constructors

public TableContentStyleOption() #

Properties

public String Color { get; set; } #

Body text color.

public String BackgroundColor { get; set; } #

Body background color.

public Nullable<DataTablesFontWeight> FontWeight { get; set; } #

Body font weight.

public Nullable<DataTablesTextAlign> Alignment { get; set; } #

Body text alignment.