Skip to main content

TextOptions.Assign(TextOptions) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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.

See Also