TdxRibbonGalleryBaseOptions.ItemImageSize Property
Specifies the height and width of item images within a gallery group.
Declaration
property ItemImageSize: TcxItemSize read; write;
Property Value
Type |
---|
TcxItemSize |
Remarks
Use this property to scale images within the group. Setting either the ItemImageSize.Height or ItemImageSize.Width property to 0 restores the original image size. By default, both these properties are set to 0.
Note that the image size cannot be more than the item size specified by the ItemSize property.
See Also