Show / Hide Table of Contents

Class Effect

Provides a base class for all bitmap effects.

Inheritance
System.Object
DependencyObject
Effect
BlurEffect
DropShadowEffect
ShaderEffect
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Effects
Assembly: OpenSilver.dll
Syntax
public abstract class Effect : DependencyObject, IDependencyObject

Constructors

| Improve this Doc View Source

Effect()

Initializes a new instance of the Effect class.

Declaration
protected Effect()

Properties

| Improve this Doc View Source

EffectMapping

When overridden in a derived class, transforms mouse input and coordinate systems through the effect.

Declaration
[NotImplemented]
protected virtual GeneralTransform EffectMapping { get; }
Property Value
Type Description
GeneralTransform

The transform to apply. The default is the identity transform.

| Improve this Doc View Source

ImplicitInput

Gets a Brush that, when it is used as an input for an Effect, causes the bitmap of the UIElement that the Effect is applied to be that input.

Declaration
[NotImplemented]
public static Brush ImplicitInput { get; }
Property Value
Type Description
Brush

The Brush that acts as the input.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source