Skip to main content

ArcScaleNeedleComponent(String) Constructor

Initializes a new instance of the ArcScaleNeedleComponent class with the specified name.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public ArcScaleNeedleComponent(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the scale needle.

See Also