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

TextOptions.DefaultOptions Property

Gets an object that specifies the default text options.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static TextOptions DefaultOptions { get; }

Property Value

Type Description
TextOptions

A TextOptions object that specifies the default text options.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultOptions
AppearanceObject
.TextOptions.DefaultOptions
AppearanceObjectEx
.TextOptions.DefaultOptions
DiagramAppearanceObject
.TextOptions.DefaultOptions
HyperlinkLabelControlAppearanceObject
.TextOptions.DefaultOptions
LabelControlAppearanceObject
.TextOptions.DefaultOptions

Remarks

This property returns an object with the default text options. The text settings are set to their default values in the TextOptions.Reset method. See this topic for additional information.

See Also