ImageSourceExtension Class

Definition

An image effect, which displays an image loaded as a Win2D surface

public sealed class ImageSourceExtension : Microsoft.Toolkit.Uwp.UI.Media.ImageSourceBaseExtension
type ImageSourceExtension = class
    inherit ImageSourceBaseExtension
Public NotInheritable Class ImageSourceExtension
Inherits ImageSourceBaseExtension
Inheritance
Windows.UI.Xaml.Markup.MarkupExtension
ImageSourceExtension

Constructors

ImageSourceExtension()

Properties

CacheMode

Gets or sets the cache mode to use when loading the image (the default is Default)

(Inherited from ImageSourceBaseExtension)
DpiMode

Gets or sets the DPI mode used to render the image (the default is DisplayDpiWith96AsLowerBound)

(Inherited from ImageSourceBaseExtension)
Uri

Gets or sets the Uri for the image to load

(Inherited from ImageSourceBaseExtension)

Applies to