Skip to main content

TdxRibbonGalleryBaseOptions.ItemTextAlignVert Property

Specifies items’ text vertical alignment in all gallery groups.

Declaration

property ItemTextAlignVert: TcxAlignmentVert read; write;

Property Value

Type
TcxAlignmentVert

Remarks

Use this property to position the caption and optional description vertically in all items within gallery groups. The ItemTextAlignVert property has an 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 is vaTop.

See Also