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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderIndex クラス : EntryStyles プロパティ
Gets the IndexEntryStyles collection containing the styles used to render entries of the current RenderIndex at different levels.
シンタックス
'宣言
 
Public ReadOnly Property EntryStyles As IndexEntryStyles
'使用法
 
Dim instance As RenderIndex
Dim value As IndexEntryStyles
 
value = instance.EntryStyles
public IndexEntryStyles EntryStyles {get;}
解説
When the index generates, new objects are created to represent the index entries. 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 element of the EntryStyles collection at the corresponding position (0 for top-level entries, 1 for sub-entries, and so on) is assigned to Style.Parent and Style.AmbientParent properties of that Style.
参照

RenderIndex クラス
RenderIndex メンバ