Gets the Style of the "See (...)" text used to list cross-references between entries of the current RenderIndex.

Note that this style is only applied to the static text of the SeeAlsoFormat format string, but not to the entries' list output by that format.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Style SeeAlsoStyle { get; }
Visual Basic
Public ReadOnly Property SeeAlsoStyle As Style
	Get

Remarks

When the index generates, new objects are created to represent the "See also" cross-references. As all content objects in a C1PrintDocument, each such object has an inline style that is used to actually render that object. That style is created on the fly, and the SeeAlsoStyle is assigned to Parent and AmbientParent properties of that Style.

See Also