'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")> Public Property BumpSize As System.Int32
[DefaultValue(1)] [Description("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")] public System.Int32 BumpSize { get; set; }
[DefaultValue(1)] [Description("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")] public: __property System.Int32 get_BumpSize(); public: __property void set_BumpSize(
System.Int32 value
);
[DefaultValue(1)] [Description("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")] public:
property System.Int32 BumpSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 1 до 512. Значение по умолчанию: 1.