Skip to main content

Label.Assign(Label) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public void Assign(
    Label source
)

Parameters

Name Type Description
source Label

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

See Also