Skip to main content
A newer version of this page is available. .

XRConvert.ToTextAlignment(ContentAlignment) Method

Adjusts the specified ContentAlignment value to a corresponding TextAlignment value.

Namespace: DevExpress.XtraReports.UI

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

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