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

BaseAppearanceCollection.UpdateRightToLeft(Boolean) Method

Updates the right-to-left text direction option.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void UpdateRightToLeft(
    bool rightToLeft
)

Parameters

Name Type Description
rightToLeft Boolean

true, if the text is directed from right to left; otherwise, false.

See Also