Back to Devexpress

BaseRange.AppearanceRange Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-baserange-d026df8b.md

latest1.3 KB
Original Source

BaseRange.AppearanceRange Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public BaseShapeAppearance AppearanceRange { get; }
vb
Public ReadOnly Property AppearanceRange As BaseShapeAppearance

Property Value

TypeDescription
BaseShapeAppearance

A BaseShapeAppearance object

|

Remarks

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

See Also

BaseRange Class

BaseRange Members

DevExpress.XtraGauges.Core.Model Namespace