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

ArcScaleBackgroundLayer.Assign(ArcScaleBackgroundLayer) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public void Assign(
    ArcScaleBackgroundLayer source
)

Parameters

Name Type Description
source ArcScaleBackgroundLayer

A ArcScaleBackgroundLayer object whose settings are copied to the current object.

See Also