| Visual Basic (Declaration) | |
|---|---|
Public Enum SizeModes Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SizeModes : Enum | |
| Member | Description |
|---|---|
| Clip | The image is clipped to fit within the control area. |
| Stretch | The image is stretched to fit the control area. |
| Zoom | The image is scaled until it fits horizontally and vertically within the control area. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.SizeModes