Skip to main content

DiagramOptionsBehavior.Assign(BaseOptions) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public override void Assign(
    BaseOptions other
)

Parameters

Name Type Description
other BaseOptions

The settings to be copied to the current object.

See Also