'Declaration <DescriptionAttribute("The low threshold. Valid values are from 0 to 255.")> <DefaultValueAttribute(20)> Public Property LowThreshold As Byte
[Description("The low threshold. Valid values are from 0 to 255.")] [DefaultValue(20)] public byte LowThreshold { get; set; }
[Description("The low threshold. Valid values are from 0 to 255.")] [DefaultValue(20)] public: __property byte get_LowThreshold(); public: __property void set_LowThreshold(
byte value
);
[Description("The low threshold. Valid values are from 0 to 255.")] [DefaultValue(20)] public:
property byte LowThreshold { byte get(); void set(byte value); }
Property Value
Допустимые значения от 0 до 255. Значение по умолчанию: 0.