Skip to main content

DigitalBackgroundLayerComponent(String) Constructor

Initializes a new instance of the DigitalBackgroundLayerComponent class.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public DigitalBackgroundLayerComponent(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the created component.

See Also