'Declaration <RefreshPropertiesAttribute(Repaint)> <DefaultValueAttribute(0,1)> <DescriptionAttribute("A threshold value of black pixel density of the field for determining filled state of the field.")> Public Property Threshold As Single
[RefreshProperties(Repaint)] [DefaultValue(0,1)] [Description("A threshold value of black pixel density of the field for determining filled state of the field.")] public float Threshold { get; set; }
[RefreshProperties(Repaint)] [DefaultValue(0,1)] [Description("A threshold value of black pixel density of the field for determining filled state of the field.")] public: __property float get_Threshold(); public: __property void set_Threshold(
float value
);
[RefreshProperties(Repaint)] [DefaultValue(0,1)] [Description("A threshold value of black pixel density of the field for determining filled state of the field.")] public:
property float Threshold { float get(); void set(float value); }
Property Value
Допустимые значения: от 0 до 1. Значение по умолчанию - 0,1.