This property determines whether or not an image is being displayed in the ImageKit control.

[Visual Basic]Public ReadOnly Proerty IsDisplayed As Boolean
[C#] public bool IsDisplayed {get;}

Property Value

True: An image is being displayed in the ImageKit control
False: An image is not being displayed in the ImageKit control

Explanation

The IsDisplayed property determines whether or not an image is being displayed in the ImageKit control. Even if an image is loaded and the Image property contains an image, if it is not being displayed, this value will be False.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation