Back to Devexpress

ToolTipControllerShowEventArgs.RightToLeft Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-f677a96b.md

latest1.4 KB
Original Source

ToolTipControllerShowEventArgs.RightToLeft Property

Gets or sets whether a 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
public bool RightToLeft { get; set; }
vb
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.

|

See Also

RightToLeft

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace