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

RibbonGalleryProperties.ImageWidth Property

Specifies the width of gallery item images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Unit "32"

A Unit value specifying an image width.

Remarks

Use the ImageWidth and RibbonGalleryProperties.ImageHeight 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