Control to display an image
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public class ImageView : Control
Public Class ImageView
Inherits Control
type ImageView =
class
inherit Control
end
The ImageView type exposes the following members.
Constructors
| Name | Description |
---|
| ImageView | Initializes a new instance of the ImageView class |
TopProperties
| Name | Description |
---|
| Image |
Gets or sets the image to display.
|
TopRemarks
By default, the ImageView will automatically size to the size of the specified
Image,
otherwise the image will be scaled to fit inside the available area for the control.
See Also