'Declaration <DescriptionAttribute("Threshold value for algorithm of color conversion.")> <DefaultValueAttribute(500)> Public Property Threshold As Integer
[Description("Threshold value for algorithm of color conversion.")] [DefaultValue(500)] public int Threshold { get; set; }
[Description("Threshold value for algorithm of color conversion.")] [DefaultValue(500)] public: __property int get_Threshold(); public: __property void set_Threshold(
int value
);
[Description("Threshold value for algorithm of color conversion.")] [DefaultValue(500)] public:
property int Threshold { int get(); void set(int value); }
Property Value
Минимальное значение: 0, максимальное значение: 765. Значение по умолчанию - 500.