Back to Devexpress

LinearScaleLevel.ShapeType Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscalelevel.md

latest1.5 KB
Original Source

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

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.LevelShapeSetTypeDefault

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

|

See Also

Gauge Styles and Style Manager

LinearScaleLevel Class

LinearScaleLevel Members

DevExpress.XtraGauges.Core.Model Namespace