Skip to main content

XRConvert.ToTextAlignment(ContentAlignment) Method

Adjusts the specified ContentAlignment value to a corresponding TextAlignment value.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static TextAlignment ToTextAlignment(
    ContentAlignment align
)

Parameters

Name Type Description
align ContentAlignment

A ContentAlignment enumeration value.

Returns

Type Description
TextAlignment

A TextAlignment enumeration value.

See Also