Skip to main content

ImageIndicatorComponent(String) Constructor

Initializes a new instance of the ImageIndicatorComponent class.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public ImageIndicatorComponent(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the image indicator.

See Also