Skip to main content

TdxCustomLayoutItemCaptionOptions Properties

The base class for all classes that store caption settings for layout items and groups.
Name Description
AlignHorz Specifies horizontal caption text alignment.
AlignVert Specifies the vertical alignment of caption text within the item’s caption region.
EllipsisPosition protected Specifies the position of an ellipsis that replaces a portion of the caption that does not fit into its area.
FormattedText Provides access to formatted text-related settings and events at the layout item level.
Glyph protected Specifies the caption’s glyph.
Hint protected Specifies the caption’s hint.
HyperlinkColor

Deprecated. This property exists for backward compatibility only.

Tip

Use the FormattedText.HyperlinkColor property instead of HyperlinkColor.

ImageIndex protected Specifies the caption’s image.
Layout protected Determines where caption text appears within an item.
ShowAccelChar protected Specifies whether the item’s keyboard shortcut is in effect.
ShowHyperlinkHint

Deprecated. This property exists for backward compatibility only.

Tip

Use the FormattedText.ShowHyperlinkHint property instead of ShowHyperlinkHint.

Text Specifies the layout item‘s caption.
Visible Specifies if the caption of a layout item or group is visible.
VisibleElements protected Specifies which caption elements are visible.
See Also