'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("Maximal color difference. Possible value is any positive value.")> Public Property MaximalColorDifference As System.Int32
[DefaultValue(0)] [Description("Maximal color difference. Possible value is any positive value.")] public System.Int32 MaximalColorDifference { get; set; }
[DefaultValue(0)] [Description("Maximal color difference. Possible value is any positive value.")] public: __property System.Int32 get_MaximalColorDifference(); public: __property void set_MaximalColorDifference(
System.Int32 value
);
[DefaultValue(0)] [Description("Maximal color difference. Possible value is any positive value.")] public:
property System.Int32 MaximalColorDifference { System.Int32 get(); void set(System.Int32 value); }
Property Value
Возможное значение - любое положительное значение. Значение по умолчанию - 0.