Back to Devexpress

GalleryItemGroupCaptionAlignment Enum

windowsforms-devexpress-dot-xtrabars-dot-ribbon-5cd167a9.md

latest1.9 KB
Original Source

GalleryItemGroupCaptionAlignment Enum

Contains values that specify the horizontal alignment of a group caption content..

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum GalleryItemGroupCaptionAlignment
vb
Public Enum GalleryItemGroupCaptionAlignment

Members

NameDescription
Left

A gallery group caption’s content is aligned to the left.

| | Center |

A gallery group caption’s content is centered.

| | Right |

A gallery group caption’s content is aligned to the right.

| | Stretch |

A gallery group caption’s content is stretched to the caption width. This option is in effect when a custom control is embedded into the gallery group caption via the GalleryItemGroup.CaptionControl property.

|

The following properties accept/return GalleryItemGroupCaptionAlignment values:

Remarks

Use the GalleryItemGroup.CaptionAlignment property to specify how a gallery group’s caption is aligned.

See Also

CaptionAlignment

DevExpress.XtraBars.Ribbon Namespace