TdxGalleryControlOptionsItemImage.Size Property
Specifies the item image size.
Declaration
property Size: TcxSize read; write;
Property Value
Type |
---|
TcxSize |
Remarks
Use the Size.Width and Size.Height sub-properties to scale item images to the required size. Assigning values greater than the image dimensions increases the item size without scaling the item image. To revert to the original image size, assign 0 to both these sub-properties.
By default, the Size.Width and Size.Height sub-properties are set to 0.
See Also