Back to Devexpress

Gallery.GroupCaptionHorizontalAlignment Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-51a88cfc.md

latest1.3 KB
Original Source

Gallery.GroupCaptionHorizontalAlignment Property

Gets or sets the horizontal alignment of gallery group captions (GalleryItemGroup.Caption). This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public HorizontalAlignment GroupCaptionHorizontalAlignment { get; set; }
vb
Public Property GroupCaptionHorizontalAlignment As HorizontalAlignment

Property Value

TypeDescription
HorizontalAlignment

A HorizontalAlignment value that specifies the horizontal alignment of gallery group captions.

|

See Also

Caption

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace