Skip to main content
A newer version of this page is available. .

ArcScaleSpindleCapComponent(String) Constructor

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

public ArcScaleSpindleCapComponent(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the component.

See Also