'Declaration <DescriptionAttribute("The minimum value for the range of input values. Valid values are from 0 (black) to 255 (white).")> <DefaultValueAttribute(0)> Public Property InputMin As System.Int32
[Description("The minimum value for the range of input values. Valid values are from 0 (black) to 255 (white).")] [DefaultValue(0)] public System.Int32 InputMin { get; set; }
[Description("The minimum value for the range of input values. Valid values are from 0 (black) to 255 (white).")] [DefaultValue(0)] public: __property System.Int32 get_InputMin(); public: __property void set_InputMin(
System.Int32 value
);
[Description("The minimum value for the range of input values. Valid values are from 0 (black) to 255 (white).")] [DefaultValue(0)] public:
property System.Int32 InputMin { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 0 (черный) до 255 (белый). Значение по умолчанию: 0 (черный).