Skip to main content

LinearGauge.AddEffectLayer() Method

Adds an effect layer to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public LinearScaleEffectLayerComponent AddEffectLayer()

Returns

Type Description
LinearScaleEffectLayerComponent

A LinearScaleEffectLayerComponent object that has been added.

See Also