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