Skip to main content
A newer version of this page is available. .

Label.AppearanceBackground Property

Contains appearance settings used to paint the label’s background.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public BaseShapeAppearance AppearanceBackground { get; }

Property Value

Type Description
BaseShapeAppearance

A BaseShapeAppearance object that provides corresponding appearance settings.

See Also