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