Edit

Share via


BrushProvider Class

Definition

A simple container class used to store info on a custom composition effect to create

public sealed class BrushProvider
type BrushProvider = class
Public NotInheritable Class BrushProvider
Inheritance
BrushProvider

Methods

New(String, CompositionBrush)

Creates a new instance with the info on a given Windows.UI.Composition.CompositionEffectSourceParameter to initialize

New(String, Func<CompositionBrush>)

Creates a new instance with the info on a given Windows.UI.Composition.CompositionEffectSourceParameter to initialize

New(String, Func<Task<CompositionBrush>>)

Creates a new instance with the info on a given Windows.UI.Composition.CompositionEffectSourceParameter to initialize

Applies to