Skip to main content
All docs
V25.1
  • DXStringFormat(DXStringFormat) Constructor

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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