IImageSourcePartSetter Interface

Definition

This represents a object that knows what the desired image is and how to apply a loaded version of the image to a platform view.

public interface class IImageSourcePartSetter
public interface IImageSourcePartSetter
type IImageSourcePartSetter = interface
Public Interface IImageSourcePartSetter

Remarks

If a handler has multiple image parts, then multiple IImageSourcePartSetter instances can be used for each image part.

The handler should not implement this interface itself as is breaks re-use of mappers and/or handlers.

Properties

Handler

Gets the IElementHandler which is doing the image loading.

ImageSourcePart

Gets the IImageSourcePart that is being loaded.

Methods

SetImageSource(Object)

The platform-specific implementation that knows how to set the loaded image into a platform view.

Applies to