This property sets whether or not the base image is displayed in the ImageKit Control.
[Visual Basic] Public Property ShowImage As
Boolean
[C#] public bool ShowImage {get; set;}
Property Value
The ShowImage property sets whether or not the base image is displayed in the ImageKit Control.
Value | Explanation |
---|---|
True | Displays the base image |
False | Does not display the base image |
Explanation
The ShowImage property sets whether or not the base image is displayed in the ImageKit Control. The base image is the image pointed to by the Image property.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit