'Declaration <DescriptionAttribute("The maximum value for the range of input values. Valid values are from 0 (black) to 255 (white).")> <DefaultValueAttribute(255)> Public Property InputMax As System.Int32
[Description("The maximum value for the range of input values. Valid values are from 0 (black) to 255 (white).")] [DefaultValue(255)] public System.Int32 InputMax { get; set; }
[Description("The maximum value for the range of input values. Valid values are from 0 (black) to 255 (white).")] [DefaultValue(255)] public: __property System.Int32 get_InputMax(); public: __property void set_InputMax(
System.Int32 value
);
[Description("The maximum value for the range of input values. Valid values are from 0 (black) to 255 (white).")] [DefaultValue(255)] public:
property System.Int32 InputMax { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 0 (black) to 255 (white). Default value is 255 (white).