Skip to main content

TextOptions.UpdateDefaultOptions(TextOptions) Method

For internal use. Copies settings from the specified object to the current object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void UpdateDefaultOptions(
    TextOptions defaultOptions
)

Parameters

Name Type Description
defaultOptions TextOptions

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

Remarks

This method supports the internal infrastructure and is not intended to be used directly from your code.

See Also