OuterGlowBitmapEffect::Noise Property

 
obsoleteCodeEntityT:System.Windows.Media.Effects.BlurEffect

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

Namespace:   System.Windows.Media.Effects
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property double Noise {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

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.

The following illustration demonstrates the effect of this property.

Screenshot: Compare Noise property values

Identifier field

NoiseProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: