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