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

BaseRange.AppearanceRange Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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