[Description("The corner radius of the rectangle.")] public float CornerRadius { get; set; }
[Description("The corner radius of the rectangle.")] public: __property float get_CornerRadius(); public: __property void set_CornerRadius(
float value
);
[Description("The corner radius of the rectangle.")] public:
property float CornerRadius { float get(); void set(float value); }
'Declaration <DescriptionAttribute("The corner radius of the rectangle.")> Public Property CornerRadius As Single