Skip to main content
All docs
V24.1

BaseTextAppearance.DXFont Property

Gets or sets the font attributes.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public DXFont DXFont { get; set; }

Property Value

Type Description
DXFont

An object that specifies the font attributes.

See Also