TextOptions.UpdateDefaultOptions(TextOptions) Method
For internal use. Copies settings from the specified object to the current object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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