Back to Devexpress

LinearScaleBackgroundLayer.ShapeType Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscalebackgroundlayer-6a297778.md

latest1.6 KB
Original Source

LinearScaleBackgroundLayer.ShapeType Property

Gets or sets the object’s painting style.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(BackgroundLayerShapeType.Linear_Default)]
public BackgroundLayerShapeType ShapeType { get; set; }
vb
<DefaultValue(BackgroundLayerShapeType.Linear_Default)>
Public Property ShapeType As BackgroundLayerShapeType

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeTypeLinear_Default

A BackgroundLayerShapeType value that represents the object’s painting style.

|

See Also

Gauge Styles and Style Manager

LinearScaleBackgroundLayer Class

LinearScaleBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace