Back to Devexpress

ArcScaleComponent.AppearanceTickmarkTextBackground Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-cfdb5f30.md

latest2.1 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseShapeAppearance AppearanceTickmarkTextBackground { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property AppearanceTickmarkTextBackground As BaseShapeAppearance

Property Value

TypeDescription
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

AppearanceTickmarkText

Appearance Customization

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace