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

LinearScaleEffectLayer(String) Constructor

Initializes a new instance of the LinearScaleEffectLayer class.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public LinearScaleEffectLayer(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the created component.

See Also