Show / Hide Table of Contents

Class BlurEffect

Represents an effect that you can apply to an object that simulates looking at the object through an out-of-focus lens.

Inheritance
System.Object
DependencyObject
Effect
BlurEffect
Inherited Members
Effect.ImplicitInput
Effect.EffectMapping
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 sealed class BlurEffect : Effect, IDependencyObject

Constructors

| Improve this Doc View Source

BlurEffect()

Initializes a new instance of the BlurEffect class.

Declaration
public BlurEffect()

Fields

| Improve this Doc View Source

RadiusProperty

Identifies the Radius dependency property.

Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Radius

Gets or sets the amount of blurring applied by the BlurEffect.

Declaration
public double Radius { get; set; }
Property Value
Type Description
System.Double

The radius used in the blur, as a pixel-based factor. The default is 5.

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