GalleryItemAlignment Enum
Contains values that specify alignment of gallery items.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Near
|
A gallery item is aligned to the near edge of the parent control. |
Center
|
A gallery item is centered. |
Far
|
A gallery item is aligned to the far edge of the parent control. |
Custom
|
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