Skip to main content

BaseTextAppearance.Font Property

Gets or sets the font attributes.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

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

Property Value

Type Description
Font

A Font object that specifies the font attributes.

See Also