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