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