Click or drag to resize

IImage Interface

Implemented by image providers to provide a dynamically loadable image.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public interface IImage

The IImage type exposes the following members.

Properties
  NameDescription
Public propertyIsLoaded
Gets a value indicating whether the image of this instance is loaded.
Public propertySource
Gets the source of the image.
Top
Events
  NameDescription
Public eventLoaded
Occurs when the image is loaded.
Top
See Also