XRConvert.ToTextAlignment(ContentAlignment) Method
Adjusts the specified ContentAlignment value to a corresponding TextAlignment value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
align | ContentAlignment | A ContentAlignment enumeration value. |
Returns
Type | Description |
---|---|
TextAlignment | A TextAlignment enumeration value. |
See Also