Skip to main content

ArcScaleComponent.AppearanceTickmarkTextBackground Property

Provides access to appearance settings of the background of tick mark text labels.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseShapeAppearance AppearanceTickmarkTextBackground { get; }

Property Value

Type Description
BaseShapeAppearance

A BaseShapeAppearance object containing corresponding settings.

Remarks

Use the ArcScaleComponent.AppearanceTickmarkText property to customize the appearance of tick mark text labels. The AppearanceTickmarkTextBackground property can be used to customize the background of these labels.

See Also