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