XRTableOfContentsTitle.TextAlignment Property
Specifies the text alignment for the XRTableOfContents title.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[SRCategory(ReportStringId.CatAppearance)]
[XRLocalizable(true)]
public TextAlignment TextAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A Text |
Available values:
Name | Description |
---|---|
Top |
The text is vertically aligned at the top, and horizontally aligned on the left. |
Top |
The text is vertically aligned at the top, and horizontally aligned at the center. |
Top |
The text is vertically aligned at the top, and horizontally aligned on the right. |
Middle |
The text is vertically aligned in the middle, and horizontally aligned on the left. |
Middle |
The text is vertically aligned in the middle, and horizontally aligned at the center. |
Middle |
The text is vertically aligned in the middle, and horizontally aligned on the right. |
Bottom |
The text is vertically aligned at the bottom, and horizontally aligned on the left. |
Bottom |
The text is vertically aligned at the bottom, and horizontally aligned at the center. |
Bottom |
The text is vertically aligned at the bottom, and horizontally aligned on the right. |
Top |
The text is vertically aligned at the top, and horizontally justified. This mode is ignored in Silverlight applications. |
Middle |
The text is vertically aligned in the middle, and horizontally justified. This mode is ignored in Silverlight applications. |
Bottom |
The text is vertically aligned at the bottom, and horizontally justified. This mode is ignored in Silverlight applications. |