Class BlurEffect
Inherited Members
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
[NotImplemented]
public sealed class BlurEffect : Effect
Constructors
| Improve this Doc View SourceBlurEffect()
Declaration
[NotImplemented]
public BlurEffect()
Fields
| Improve this Doc View SourceRadiusProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty RadiusProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceRadius
Declaration
[NotImplemented]
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |