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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderIndex クラス : HeadingStyle プロパティ
Gets the Style used for letter headings generated by the current index. (A heading is a letter preceding the group of entries beginning with that letter.)
シンタックス
'宣言
 
Public ReadOnly Property HeadingStyle As Style
'使用法
 
Dim instance As RenderIndex
Dim value As Style
 
value = instance.HeadingStyle
public Style HeadingStyle {get;}
解説
When the index generates, new objects are created to represent the headings. 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 HeadingStyle is assigned to Style.Parent and Style.AmbientParent properties of that Style.
参照

RenderIndex クラス
RenderIndex メンバ