Gets or sets the bitmap effect to apply to the
System.Windows.UIElement. This is a dependency property.
Syntax
'Declaration
Public Property Effect As Effect
public Effect Effect {get; set;}
Property Value
An
System.Windows.Media.Effects.Effect that represents the bitmap effect.
See Also