[Description("A blur radius of process. Valid values are from 1 to 256.")] [DefaultValue(4)] public System.Int32 BlurRadius { get; set; }
[Description("A blur radius of process. Valid values are from 1 to 256.")] [DefaultValue(4)] public: __property System.Int32 get_BlurRadius(); public: __property void set_BlurRadius(
System.Int32 value
);
[Description("A blur radius of process. Valid values are from 1 to 256.")] [DefaultValue(4)] public:
property System.Int32 BlurRadius { System.Int32 get(); void set(System.Int32 value); }
'Declaration <DescriptionAttribute("A blur radius of process. Valid values are from 1 to 256.")> <DefaultValueAttribute(4)> Public Property BlurRadius As System.Int32
Property Value
Допустимые значения - от 1 до 256. Значение по умолчанию - 4.