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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
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