Skip to main content
All docs
V24.2

BaseTextAppearance.DXFont Property

Gets or sets the font attributes.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

#Declaration

public DXFont DXFont { get; set; }

#Property Value

Type Description
DXFont

An object that specifies the font attributes.

See Also