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

BaseGallery.FirstItemVertIndent Property

Gets or sets a custom indent of the first gallery item from the gallery’s top or left edge (depending on the gallery’s orientation). The property is in effect when BaseGallery.FirstItemVertAlignment is set to Custom.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(0)]
public int FirstItemVertIndent { get; set; }

Property Value

Type Default Description
Int32 0

A custom indent of the first gallery item from the gallery’s top or left edge, in pixels.

Remarks

See BaseGallery.FirstItemVertAlignment to learn more.

See Also