DropShadowBitmapEffect.Noise Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Note: This API is now obsolete. The non-obsolete alternative is DropShadowEffect. Gets or sets the graininess, or "noise level," of the shadow.
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 noise level of the shadow. The valid range of values is from 0 through 1. A value of 0 indicates no noise and 1 indicates 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.
Remarks
The following illustration demonstrates the effect of this property.
Dependency Property Information
Identifier field | NoiseProperty |
Metadata properties set to true |
None |