Back to Devexpress

SuperToolTip.RightToLeft Property

windowsforms-devexpress-dot-utils-dot-supertooltip-af864303.md

latest1.5 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool RightToLeft { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property RightToLeft As Boolean

Property Value

TypeDescription
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

RightToLeft

SuperToolTip Class

SuperToolTip Members

DevExpress.Utils Namespace