This property sets or retrieves the base image. 
[Visual Basic] Public Property Image As System.Drawing.Image
[C#] public System.Drawing.Image Image {get; set;}

Property Value

Base image object

Explanation

The Image property sets or retrieves the base image. Although it is possible to set the image directly into the Image property, if the LayerNumber property is set to -1 and the file is loaded then the image is automatically set in the Image property. To disable the image data, set the Image property to null (Nothing in Visual Basic).

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation