Skip to main content
Tab

RibbonGalleryProperties.ImageHeight Property

Specifies the height of gallery item images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "32")]
public virtual Unit ImageHeight { get; set; }

Property Value

Type Default Description
Unit "32"

A Unit value specifying an image height.

Remarks

Use the ImageHeight and RibbonGalleryProperties.ImageWidth properties to specify the size of gallery item images (RibbonGalleryItem.Image) in the gallery bar item. To specify the image position, use the RibbonGalleryProperties.ImagePosition property.

See Also