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