Summary
Gets or sets the border corner radius. Property value can be set using CornerRadius, number, or a string: new CornerRadius(5), new CornerRadius(1, 2, 3, 4).
Syntax
public CornerRadius CornerRadius{ get; set; }
public CornerRadius CornerRadius{ get; set; }