DynamicImageColorTolerance Property
Gets or sets a value between 0 and 100 that represents the tolerance of the DynamicImageColor allowing the replacing color to affect a wider range of color variation from the specified DynamicImageColor.
Syntax
'Declaration Public Property DynamicImageColorTolerance As Integer
'Usage Dim instance As ElementMarker Dim value As Integer instance.DynamicImageColorTolerance = value value = instance.DynamicImageColorTolerance
public int DynamicImageColorTolerance {get; set;}
Example
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also