Skip to main content

TdxInMenuGalleryOptions.ItemTextAlignVert Property

Specifies items’ text vertical alignment in all gallery groups.

Declaration

property ItemTextAlignVert: TcxAlignmentVert read; write; default vaTop;

Property Value

Type Default
TcxAlignmentVert vaTop

Remarks

Use this property to position the caption and optional description vertically in all items within gallery groups. The ItemTextAlignVert property is in effect if the following conditions are met:

  • The item’s text alignment is not set for an individual group.

  • The ItemTextKind property is set to itkCaption or itkCaptionAndDescription.

  • An item has an optional image or glyph.

Refer to the TcxAlignmentVert type description for details.

The default value of the ItemTextAlignVert property value is vaTop.

See Also