Skip to main content
A newer version of this page is available. .

BaseTextAppearance.Format Property

Gets or sets text formatting settings.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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