Gets or sets a value that represents the highest intensity to detect.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property HighThreshold As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IntensityDetectCommand
Dim value As Integer
instance.HighThreshold = value
value = instance.HighThreshold |
C# | |
---|
public int HighThreshold {get; set;} |
C++/CLI | |
---|
public:
property int HighThreshold {
int get();
void set ( int value);
} |
Property Value
Highest intensity to detect. Possible values are from 0 to 255.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also