Back to Devexpress

TextOptions Properties

windowsforms-devexpress-dot-utils-dot-textoptions-dot-underscore-properties.md

latest2.1 KB
Original Source

TextOptions Properties

Contains options that specify how text is rendered.

NameDescription
DefaultOptions staticGets an object that specifies the default text options.
DefaultOptionsCenteredWithEllipsis staticGets an object whose settings force text to be centered.
DefaultOptionsMultiLine staticGets an object whose settings allow text to wrap.
DefaultOptionsNoWrap staticGets an object whose settings prevent text from wrapping.
DefaultOptionsNoWrapEx staticGets an object whose settings force text to be centered and prevent it from wrapping.
DefaultStringFormat staticGets an object that contains the default formatting settings.
HAlignmentGets or sets the horizontal alignment of text.
HotkeyPrefixGets or sets whether to underline characters that are preceded with an ampersand symbol (&). This option is supported by a set of controls.
RightToLeftGets or sets whether the text is directed from right to left.
TrimmingGets or sets text trimming mode.
VAlignmentGets or sets the vertical alignment of text.
WordWrapGets or sets text wrapping mode.

See Also

TextOptions Class

TextOptions Members

DevExpress.Utils Namespace