'Declaration <DefaultValueAttribute(0,05)> <DescriptionAttribute("The color limit, in percents, for calculating the black color. 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. 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. 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. Minimum value is 0, maximum value is 100.")] public:
property double LowLimit { double get(); void set(double value); }
Property Value
Действительные значения от 0 до 100 (%). Значение по умолчанию - 0,05 (%).