XamlCompositionEffectBrushBase.OnEnabledToggled(Boolean) Method

Definition

Updates the Windows.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush property depending on the input value.

protected void OnEnabledToggled (bool value);
member this.OnEnabledToggled : bool -> unit
Protected Sub OnEnabledToggled (value As Boolean)

Parameters

value
Boolean

The new value being set to the IsEnabled property.

Applies to