The ShowImage property sets whether or not the layer image is displayed in the ImageKit Control. The index can range from 0 to 99.

[Visual Basic] Public Property ShowImage As Boolean
[C#] public bool ShowImage {get; set;}

Property Value

The ShowImage property sets whether or not the layer image is displayed in the ImageKit Control. The value can range from 0 to 99.

Value Explanation
True Displays the layer image
False Does not display the layer image

Explanation

The ShowImage property sets whether or not the layer image is displayed in the ImageKit Control.

Using this property, you can switch between displaying or hiding the layer image (The layer image is the image pointed to by the Layer(Index).Image property).

See Also

ImageKit.Layer Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation