{description}
{excerpt}Returns a [Border|Border] object that represents a border around the area. Use the {{Border}} object returned to set the appearance of the border.{excerpt}
{signature:C#}
 public Border BorderAround{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property BorderAround() As Border
{signature}
{example}{code:csharp|title=C#}
Border bordr = a.BorderAround;{code}
{code:vbnet|title=vb.net}
Dim bordr As Border = a.BorderAround{code}

{example}
{scrollbar}