Skip to main content
A newer version of this page is available. .
Bar

GalleryControl.DefaultItemCaptionMargin Property

Gets or sets the default outer indents of gallery items’ captions. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public Thickness? DefaultItemCaptionMargin { get; set; }

Property Value

Type Description
Nullable<Thickness>

A value of the Nullable Thickness type that specifies the corresponding outer indents.

Remarks

The DefaultItemCaptionMargin property is in effect if the Gallery.ItemCaptionMargin property is set to null.

A gallery item’s caption is specified by the GalleryItem.Caption property. The caption’s visibility is controlled by the Gallery.IsItemCaptionVisible property.

See Also