Skip to main content

ToolTipItem.Font Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Font

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

See Also