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
Visual Basic (Declaration) | |
---|
Public Property DynamicImageColorTolerance As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ElementMarker
Dim value As Integer
instance.DynamicImageColorTolerance = value
value = instance.DynamicImageColorTolerance
|
C# | |
---|
public int DynamicImageColorTolerance {get; set;} |
See Also