Visual Basic (Declaration) | |
---|---|
Public Property WhiteNoiseRange As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int WhiteNoiseRange {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_WhiteNoiseRange(); public: __property void set_WhiteNoiseRange( int value ); |
XAML Attributes Usage | |
---|---|
<object WhiteNoiseRange =int > |
Dependency Property Information | |
---|---|
Identifier field | WhiteNoiseRangeProperty |
Metadata properties set to true | None |
Return Value
Value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent. The pixels will be added randomly. Possible values range from 0 – 1000.For XAML example, refer to DiffuseGlowCommandBitmapEffect.
For C#/VB examples, refer to DiffuseGlowCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003