Skip to main content

InRibbonGallery.FixedImageSize Property

This property is not supported by this class.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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