ImageSourceBaseExtension Class

Definition

An image based effect that loads an image at the specified location

[Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder))]
public abstract class ImageSourceBaseExtension : Windows.UI.Xaml.Markup.MarkupExtension
[<Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder))>]
type ImageSourceBaseExtension = class
    inherit MarkupExtension
Public MustInherit Class ImageSourceBaseExtension
Inherits MarkupExtension
Inheritance
Windows.UI.Xaml.Markup.MarkupExtension
ImageSourceBaseExtension
Derived
Attributes
Windows.UI.Xaml.Markup.MarkupExtensionReturnTypeAttribute

Constructors

ImageSourceBaseExtension()

Properties

CacheMode

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

DpiMode

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

Uri

Gets or sets the Uri for the image to load

Applies to