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

DigitalBackgroundLayer(String) Constructor

Initializes a new instance of the DigitalBackgroundLayer class.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

public DigitalBackgroundLayer(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the created component.

See Also