'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
Valid values are from 0 to 1. Default value is 0.1.