'Declaration Public Enum ImageSizing Inherits System.Enum
public enum ImageSizing : System.Enum
'Declaration Public Enum ImageSizing Inherits System.Enum
public enum ImageSizing : System.Enum
Member | Description |
---|---|
AutoSize | The object should grow/shrink to accommodate the image. |
Clip | The object should be clipped to fit. |
Fit | The object is resized to exactly match the height and width of the image element. |
FitProportional | The object should be resized to fit, preserving aspect ratio. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Rdl2008.ImageSizing