Back to Devexpress

ArcScaleNeedle.ShapeType Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscaleneedle-c67042be.md

latest1.5 KB
Original Source

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

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.NeedleShapeTypeCircular_Default

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

|

See Also

Gauge Styles and Style Manager

ArcScaleNeedle Class

ArcScaleNeedle Members

DevExpress.XtraGauges.Core.Model Namespace