Back to Devexpress

DigitalBackgroundLayer.ShapeType Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-digitalbackgroundlayer-7bcf7d4d.md

latest1.6 KB
Original Source

DigitalBackgroundLayer.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(DigitalBackgroundShapeSetType.Default)]
public DigitalBackgroundShapeSetType ShapeType { get; set; }
vb
<DefaultValue(DigitalBackgroundShapeSetType.Default)>
Public Property ShapeType As DigitalBackgroundShapeSetType

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetTypeDefault

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

|

See Also

Gauge Styles and Style Manager

DigitalBackgroundLayer Class

DigitalBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace