XRCharacterComb.TextAlignment Property
Specifies the alignment of text within a Character Comb.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public override 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. |
#Remarks
The following images demonstrate how the TextAlignment property affects the alignment of text within a Character Comb.
Text |
Text |
Text |
---|---|---|
![]() |
![]() |
![]() |