'Declaration <DefaultValueAttribute(70)> <DescriptionAttribute("The minimal difference between red component of color and maximal component from green and blue components of color. Valid values are from 35 to 100.")> Public Property Tolerance As Double
[DefaultValue(70)] [Description("The minimal difference between red component of color and maximal component from green and blue components of color. Valid values are from 35 to 100.")] public double Tolerance { get; set; }
[DefaultValue(70)] [Description("The minimal difference between red component of color and maximal component from green and blue components of color. Valid values are from 35 to 100.")] public: __property double get_Tolerance(); public: __property void set_Tolerance(
double value
);
[DefaultValue(70)] [Description("The minimal difference between red component of color and maximal component from green and blue components of color. Valid values are from 35 to 100.")] public:
property double Tolerance { double get(); void set(double value); }
Property Value
Допустимые значения: от 35 до 100. Значение по умолчанию - 70.