ImageSourceBaseExtension Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An image based effect that loads an image at the specified location
C#
[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.MarkupExtensionImageSourceBaseExtension
- Derived
- Attributes
-
Windows.UI.Xaml.Markup.MarkupExtensionReturnTypeAttribute
Cache |
Gets or sets the cache mode to use when loading the image (the default is Default) |
Dpi |
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 |
Producto | Versiones |
---|---|
Windows Community Toolkit | 6.1.1 |