Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public Border BorderAround{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property BorderAround() As Border
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

Border bordr = a.BorderAround;
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

Dim bordr As Border = a.BorderAround
{code} {example} {scrollbar}
Scrollbar