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

BaseGallery.DistanceItemImageToText Property

Gets or sets the distance between an item’s image and its text.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value that specifies the distance between an item’s image and its text, in pixels.

See Also