'Declaration <DescriptionAttribute("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")> <DefaultValueAttribute(1)> Public Property BumpSize As System.Int32
[Description("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")] [DefaultValue(1)] public System.Int32 BumpSize { get; set; }
[Description("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")] [DefaultValue(1)] public: __property System.Int32 get_BumpSize(); public: __property void set_BumpSize(
System.Int32 value
);
[Description("The maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512.")] [DefaultValue(1)] public:
property System.Int32 BumpSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 1 to 512. Default value is 1.