'Declaration <DefaultValueAttribute(0,05)> <DescriptionAttribute("The color limit, in percents, for calculating the black color.r Minimum value is 0, maximum value is 100.")> Public Property LowLimit As Double
[DefaultValue(0,05)] [Description("The color limit, in percents, for calculating the black color.r Minimum value is 0, maximum value is 100.")] public double LowLimit { get; set; }
[DefaultValue(0,05)] [Description("The color limit, in percents, for calculating the black color.r Minimum value is 0, maximum value is 100.")] public: __property double get_LowLimit(); public: __property void set_LowLimit(
double value
);
[DefaultValue(0,05)] [Description("The color limit, in percents, for calculating the black color.r Minimum value is 0, maximum value is 100.")] public:
property double LowLimit { double get(); void set(double value); }
Property Value
Valid values are from 0 to 100 (%). Default value is 0.05 (%).