Back to Devexpress

Gallery.ItemDescriptionVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-17152ec9.md

latest2.8 KB
Original Source

Gallery.ItemDescriptionVerticalAlignment Property

Gets or sets the vertical alignment of a gallery item’s description. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public VerticalAlignment ItemDescriptionVerticalAlignment { get; set; }
vb
Public Property ItemDescriptionVerticalAlignment As VerticalAlignment

Property Value

TypeDescription
VerticalAlignment

A VerticalAlignment value specifying the vertical alignment of a gallery item’s description.

|

Remarks

A gallery item consists of the Glyph and Content regions. The Content Region displays a Content Grid that displays the gallery item’s Caption and Description. The ItemDescriptionVerticalAlignment property specifies the vertical alignment of the item’s description within the Content Grid’s Description cell:

To specify the alignment of the Content Grid within the Content Region, see Gallery.ItemContentHorizontalAlignment and Gallery.ItemContentVerticalAlignment.

See Also

ItemCaptionHorizontalAlignment

ItemCaptionVerticalAlignment

ItemContentHorizontalAlignment

ItemContentVerticalAlignment

ItemDescriptionHorizontalAlignment

ItemDescriptionVerticalAlignment

ItemGlyphHorizontalAlignment

ItemGlyphVerticalAlignment

ItemGlyphLocation

Caption

Description

Glyph

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace