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

TextOptions.Assign(TextOptions) Method

Copies settings from the specified object to the current TextOptions object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public virtual void Assign(
    TextOptions options
)

Parameters

Name Type Description
options TextOptions

A TextOptions object whose settings are copied to the current object.

Remarks

The Assign method is useful if you need to have the same or almost the same options in several objects. It enables you to set the options once and then copy them to a number of objects.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Assign(TextOptions) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also