Skip to main content

DiagramAppearanceObject.Clone() Method

Creates a copy of the current DiagramAppearanceObject object.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public override object Clone()

Returns

Type Description
Object

A DevExpress.XtraDiagram.DiagramAppearanceObject object which is a copy of the current object.

Remarks

This method creates a new instance of the DiagramAppearanceObject class and copies all the values of the current DiagramAppearanceObject’s properties to it.

See Also