Summary
Gets or sets the border thickness. Property value can be set using Thickness, number, or a string new Thickness(5), new Thickness(1, 2, 3, 4), 5, "5", "1 2 3 4".
Syntax
public Thickness BorderThickness{ get; set; }
public Thickness BorderThickness{ get; set; }