Skip to main content
All docs
V23.2

DXStringFormat(DXStringFormat) Constructor

Initializes a new instance of the DXStringFormat class from the existing DXStringFormat instance.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXStringFormat(
    DXStringFormat format
)

Parameters

Name Type Description
format DXStringFormat

An object from which the new DXStringFormat object should be initialized.

See Also