Back to Devexpress

AppearanceObject.Clone() Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-ec4d646b.md

latest1.6 KB
Original Source

AppearanceObject.Clone() Method

Creates a copy of the current AppearanceObject instance.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public virtual object Clone()
vb
Public Overridable Function Clone As Object

Returns

TypeDescription
Object

An AppearanceObject object which represents an exact copy of the current appearance object.

|

Remarks

This method creates a new instance of the AppearanceObject class and copies the properties of the current appearance object to the one created via the AppearanceObject.Assign method.

See Also

Assign

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace