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
public Style SeeAlsoStyle {get;}
See Also