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

BaseRangeBar.Appearance Property

Provides access to appearance settings of the range bar.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RangeBarAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.RangeBarAppearance

A RangeBarAppearance object that provides corresponding appearance settings.

See Also