In This Article

DirectImageSourceProvider Class

Provides IntelliPrompt with the specified ImageSource.

public class DirectImageSourceProvider : IImageSourceProvider
Inheritance:
object object
Implements:
IImageSourceProvider

Constructors

DirectImageSourceProvider(ImageSource)

Initializes a new instance of the DirectImageSourceProvider class.

public DirectImageSourceProvider(ImageSource imageSource)
Parameter Type Description
imageSource ImageSource

The ImageSource to use.

Properties

ImageSource

Gets or sets the ImageSource to use.

public ImageSource ImageSource { get; set; }

Property Value

ImageSource:

The ImageSource to use.

Inherited Members