Skip to main content
Tab

LinkStyle.HoverFont Property

Gets the font settings for the hovered state of links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FontInfo HoverFont { get; }

Property Value

Type Description
FontInfo

A FontInfo object that contains the font settings.

Remarks

Use the HoverFont property to specify the font settings for the hovered state of links.

See Also