Returns a Border object that represents a border around the area. Use the Border object returned to set the appearance of the border.

 public Border BorderAround{ get; }
Public ReadOnly Property BorderAround() As Border
Border bordr = a.BorderAround;
Dim bordr As Border = a.BorderAround