Skip to main content

BaseAppearanceCollection.UpdateRightToLeft(Boolean) Method

Updates the right-to-left text direction option.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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