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

StateImageIndicatorComponent(String) Constructor

Initializes a new instance of the StateImageIndicatorComponent class.

Namespace: DevExpress.XtraGauges.Win.Base

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

Declaration

public StateImageIndicatorComponent(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the created component.

See Also