Back to Devexpress

ToolTipItem.Font Property

windowsforms-devexpress-dot-utils-dot-tooltipitem-ebdd0c8b.md

latest1.2 KB
Original Source

ToolTipItem.Font Property

Gets or sets the font used to paint the item’s text.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public Font Font { get; set; }
vb
<Browsable(False)>
Public Property Font As Font

Property Value

TypeDescription
Font

The font used to display the ToolTipItem‘s text (specified in the ToolTipItem.Text property).

|

See Also

Text

ToolTipItem Class

ToolTipItem Members

DevExpress.Utils Namespace