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

InRibbonGallery.FixedImageSize Property

This property is not supported by this class.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public override bool FixedImageSize { get; set; }

Property Value

Type Description
Boolean

Always true

Remarks

Images in an InRibbonGallery are always stretched to the size specified by the BaseGallery.ImageSize property.

See Also