XamlCompositionEffectBrushBase Class
Definition
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.
A custom Windows.UI.Xaml.Media.XamlCompositionBrushBaseclass
that's ready to be used with a custom PipelineBuilder pipeline.
public abstract class XamlCompositionEffectBrushBase : Windows.UI.Xaml.Media.XamlCompositionBrushBase
type XamlCompositionEffectBrushBase = class
inherit XamlCompositionBrushBase
Public MustInherit Class XamlCompositionEffectBrushBase
Inherits XamlCompositionBrushBase
- Inheritance
-
Windows.UI.Xaml.Media.XamlCompositionBrushBaseXamlCompositionEffectBrushBase
- Derived
Constructors
XamlCompositionEffectBrushBase() |
Properties
IsEnabled |
Gets or sets a value indicating whether the current brush is using the provided pipeline, or the fallback color. |
Methods
OnBrushRequested() |
A method that builds and returns the PipelineBuilder pipeline to use in the current instance. This method can also be used to store any needed EffectSetter<T> or EffectAnimation<T> instances in local fields, for later use (they will need to be called upon Windows.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush). |
OnCompositionBrushUpdated() |
Invoked whenever the Windows.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush property is updated. |
OnConnected() | |
OnDisconnected() | |
OnEnabledToggled(Boolean) |
Updates the Windows.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush property depending on the input value. |
OnPipelineRequested() |
A method that builds and returns the PipelineBuilder pipeline to use in the current instance. This method can also be used to store any needed EffectSetter<T> or EffectAnimation<T> instances in local fields, for later use (they will need to be called upon Windows.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush). |