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

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.v19.2.dll

Declaration

public TextOptions(
    AppearanceObject owner
)

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