OuterGlowBitmapEffect.Noise Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is BlurEffect. Gets or sets the graininess of the halo glow.

public:
 property double Noise { double get(); void set(double value); };
public double Noise { get; set; }
member this.Noise : double with get, set
Public Property Noise As Double

Property Value

The graininess (noise level) of the halo glow. The valid range of values is from 0.0 through 1.0, with 0.0 specifying no noise and 1.0 specifying maximum noise. A value of 0.5 indicates 50 percent noise, a value of 0.75 indicates 75 percent noise, and so on. The default value is 0.0.

Remarks

The following illustration demonstrates the effect of this property.

Screenshot: Compare Noise property values

Dependency Property Information

Identifier field NoiseProperty
Metadata properties set to true None

Applies to