Skip to main content

GalleryItemAlignment Enum

Contains values that specify alignment of gallery items.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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