| Visual Basic (Declaration) | |
|---|---|
Public Property MaximumRange As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ColorThresholdCommandComponent Dim value As Integer instance.MaximumRange = value value = instance.MaximumRange | |
| C# | |
|---|---|
public int MaximumRange {get; set;} | |
Property Value
Value that represents the maximum boundary used to threshold a specific color.Refer to ColorThresholdCommand.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code