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

DiagramOptionsBehavior.Assign(BaseOptions) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public override void Assign(
    BaseOptions other
)

Parameters

Name Type Description
other BaseOptions

The settings to be copied to the current object.

See Also