Label.AppearanceBackground Property
Contains appearance settings used to paint the label’s background.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseShapeAppearance AppearanceBackground { get; }
Property Value
Type | Description |
---|---|
BaseShapeAppearance | A BaseShapeAppearance object that provides corresponding appearance settings. |
See Also