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

GalleryItemAlignment Enum

Contains values that specify alignment of gallery items.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public enum GalleryItemAlignment

Members

Name Description

A gallery item is aligned to the near edge of the parent control.

A gallery item is centered.

A gallery item is aligned to the far edge of the parent control.

A gallery item is custom aligned.

Related API Members

The following properties accept/return GalleryItemAlignment values:

Remarks

Use the BaseGallery.FirstItemVertAlignment and BaseGallery.LastItemVertAlignment properties to specify alignment of gallery items.

See Also