Skip to main content

BaseRange.AppearanceRange Property

Gets the appearance settings used to paint the current range object.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public BaseShapeAppearance AppearanceRange { get; }

Property Value

Type Description
BaseShapeAppearance

A BaseShapeAppearance object

Remarks

Use this property to customize the appearance of the range object.

See Also