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