SeriesTitle Properties
Contains settings that define the appearance and behavior of a series title.| Name | Description |
|---|---|
| Content | Gets or sets the title’s content. This is a dependency property. |
| ContentTemplate | Gets or sets the template that defines the presentation of the title’s content, represented by the SeriesTitle.Content property. |
| Position | Specifies the position of a Series Title. |
| Visible | Gets or sets a value indicating whether the series title is visible. |
See Also