Gets or sets a value that represents the percentage of coverage, expressed in tenths of a percent.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Range As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AddNoiseCommand
Dim value As Integer
instance.Range = value
value = instance.Range |
C# | |
---|
public int Range {get; set;} |
C++/CLI | |
---|
public:
property int Range {
int get();
void set ( int value);
} |
Property Value
Percentage of coverage, expressed in tenths of a percent. Valid values are 0 to 1000.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also