C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderIndex Class / SeeAlsoStyle Property

In This Topic
SeeAlsoStyle Property (RenderIndex)
In This Topic
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.

Syntax
'Declaration
 
Public ReadOnly Property SeeAlsoStyle As Style
 
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