ImageSizeMode
Enum
Specifies how an image is positioned within an item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ImageSizeMode
Fields
Grows or shrinks borders of the image item to fit the image.
C#
AutoSize = 0
The image is displayed in the center of the item. If the image is larger than the item, the image is clipped.
C#
Center = 1
Clips the image to fit the height and width of the item.
C#
Normal = 2
Resizes the image to match the height and width of the item, preserving the aspect ratio.
C#
ScaleProportional = 4
Resizes the image to match the height and width of the item.
C#
Stretch = 3