InRibbonGallery.FixedImageSize Property
This property is not supported by this class.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.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