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