TextOptions(AppearanceObject) Constructor
Initializes a new instance of the TextOptions class with the specified owner, the text settings are set to default values.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | AppearanceObject | An AppearanceObject object which becomes the owner of the current object. |
Remarks
The owner of a TextOptions object automatically receives a notification once any setting of the object has been changed.
All the text settings are set to their default values as implemented in the TextOptions.Reset method. See this topic for more information.
See Also