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