Skip to main content

BaseTextAppearance.Format Property

Gets or sets text formatting settings.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public StringFormatObject Format { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.StringFormatObject

A DevExpress.XtraGauges.Core.Drawing.StringFormatObject value that contains text formatting settings.

Remarks

Use this property to customize format settings, such as the format string, text alignment and wrapping options, etc.

See Also