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.v24.1.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 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