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

TextOptions Class

Contains options that specify how text is rendered.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextOptions

Remarks

This class contains common options that specify how text is rendered within a control. This include the horizontal and vertical alignment, word wrapping feature, etc. Note that specific settings may not be supported by specific controls.

To access text options that are provided by the TextOptions type use the AppearanceObject.TextOptions property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TextOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
TextOptions
See Also