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

XRConvert.ToContentAlignment(TextAlignment) Method

Adjusts the specified TextAlignment value to a corresponding ContentAlignment value.

Namespace: DevExpress.XtraReports.UI

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

Declaration

public static ContentAlignment ToContentAlignment(
    TextAlignment align
)

Parameters

Name Type Description
align TextAlignment

A TextAlignment enumeration value.

Returns

Type Description
ContentAlignment

A ContentAlignment enumeration value.

See Also