TileSourceExtension Class

Definition

An effect that loads an image and replicates it to cover all the available surface area

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

Remarks

This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.BorderEffect effect

Constructors

TileSourceExtension()

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