Skip to main content

BaseRangeBar.Appearance Property

Provides access to appearance settings of the range bar.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public RangeBarAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.RangeBarAppearance

A RangeBarAppearance object that provides corresponding appearance settings.

See Also