PrintDocument for WinForms
SeeAlsoStyle プロパティ (RenderIndex)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderIndex クラス : SeeAlsoStyle プロパティ
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 RenderIndex.SeeAlsoFormat format string, but not to the entries' list output by that format.

シンタックス
'宣言
 
Public ReadOnly Property SeeAlsoStyle As Style
'使用法
 
Dim instance As RenderIndex
Dim value As Style
 
value = instance.SeeAlsoStyle
public Style SeeAlsoStyle {get;}
解説
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 Style.Parent and Style.AmbientParent properties of that Style.
参照

RenderIndex クラス
RenderIndex メンバ
SeeAlsoFormat プロパティ