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

SuperToolTip.RightToLeft Property

Gets or sets whether tooltip’s visual elements are aligned to support locales using right-to-left fonts.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

true, if tooltip’s visual elements are aligned to support locales using right-to-left fonts; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also