GalleryControlGallery.ContentVertAlignment Property
Gets or sets the vertical alignment of gallery groups relative to the control.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(VertAlignment.Default)]
[DXCategory("Layout")]
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.