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

GalleryControlGallery.ContentVertAlignment Property

Gets or sets the vertical alignment of gallery groups relative to the control.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(VertAlignment.Default)]
public VertAlignment ContentVertAlignment { get; set; }

Property Value

Type Default Description
VertAlignment **Default**

A VertAlignment enumeration value that specifies the vertical alignment of gallery groups.

Available values:

Name Description
Default

Places the text to its default position. The default position is in the center of an object.

Top

Places the text to the top of an object.

Center

Centers the text within an object.

Bottom

Places the text to the bottom of an object.

Remarks

Use the ContentVertAlignment property to align gallery groups relative to the control. To align items in groups, use the GalleryControlGallery.ContentHorzAlignment property.

When the gallery control is horizontally oriented (see GalleryControlGallery.Orientation), the ContentVertAlignment property specifies the horizontal alignment of gallery groups.

See Also