Back to Devexpress

DigitalEffectLayer.ShapeType Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-digitaleffectlayer-6dbe2034.md

latest1.5 KB
Original Source

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

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.DigitalEffectShapeTypeDefault

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

|

See Also

Gauge Styles and Style Manager

DigitalEffectLayer Class

DigitalEffectLayer Members

DevExpress.XtraGauges.Core.Model Namespace