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

TextBrick.Clone() Method

Creates a new TextBrick instance, which is a copy of the current instance.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public override object Clone()

Returns

Type Description
Object

A new TextBrick instance, which is a copy of the current instance.

See Also