Back to Devexpress

LinearScaleComponent.AppearanceTickmarkTextBackground Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-801312ee.md

latest2.1 KB
Original Source

LinearScaleComponent.AppearanceTickmarkTextBackground Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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 LinearScaleComponent.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

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace