'Declaration <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.")> <DefaultValueAttribute(70)> Public Property Tolerance As Double
[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.")] [DefaultValue(70)] public double Tolerance { get; set; }
[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.")] [DefaultValue(70)] public: __property double get_Tolerance(); public: __property void set_Tolerance(
double value
);
[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.")] [DefaultValue(70)] public:
property double Tolerance { double get(); void set(double value); }
Property Value
Допустимые значения: от 35 до 100. Значение по умолчанию - 70.