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

TextOptions.DefaultOptionsCenteredWithEllipsis Property

Gets an object whose settings force text to be centered.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static TextOptions DefaultOptionsCenteredWithEllipsis { get; }

Property Value

Type Description
TextOptions

A TextOptions object with its settings set to the corresponding values.

Property Paths

You can access this nested property as listed below:

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

Remarks

This property returns an object whose settings are set as follows:

See Also