TableOfContentsEntryStyle Class

Represents a table of contents entry style.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsTableOfContentsEntryStyle

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TableOfContentsEntryStyle

The TableOfContentsEntryStyle type exposes the following members.

Constructors
  NameDescription
Public methodTableOfContentsEntryStyle
Initializes a new instance of the TableOfContentsEntryStyle class.
Top
Properties
  NameDescription
Public propertyBackground
Gets or sets the background.
Public propertyFontColor
Gets or sets the font color.
Public propertyFontFamily
Gets or sets the font family.
Public propertyFontSize
Gets or sets the size of the font.
Public propertyFontStyle
Gets or sets the font style.
Public propertyFontVariant
Gets or sets the font variant.
Public propertyFontWeight
Gets or sets the font weight.
Public propertyLineHeight
Gets or sets the height of the line.
Public propertyTextDecoration
Gets or sets the text decoration.
Public propertyTextTransform
Gets or sets the text transform.
Top
See Also