ImageBlendBrush Class

Definition

Brush which blends a Windows.UI.Xaml.Media.Imaging.BitmapImage to the Backdrop in a given mode. See http://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffect.htm.

public class ImageBlendBrush : Windows.UI.Xaml.Media.XamlCompositionBrushBase
type ImageBlendBrush = class
    inherit XamlCompositionBrushBase
Public Class ImageBlendBrush
Inherits XamlCompositionBrushBase
Inheritance
Windows.UI.Xaml.Media.XamlCompositionBrushBase
ImageBlendBrush

Constructors

ImageBlendBrush()

Initializes a new instance of the ImageBlendBrush class.

Fields

ModeProperty

Identifies the Mode dependency property.

SourceProperty

Identifies the Source dependency property.

StretchProperty

Identifies the Stretch dependency property. Requires 16299 or higher for modes other than None.

Properties

Mode

Gets or sets how to blend the image with the backdrop.

Source

Gets or sets the Windows.UI.Xaml.Media.Imaging.BitmapImage source of the image to composite.

Stretch

Gets or sets how to stretch the image within the brush.

Methods

OnConnected()

Initializes the Composition Brush.

OnDisconnected()

Deconstructs the Composition Brush.

Applies to