'Declaration <DescriptionAttribute("The corner radius of the rectangle.")> Public Property CornerRadius As Single
[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
);