BaseRangeBar.Appearance Property
Provides access to appearance settings of the range bar.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
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