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
vb.net
vb.net
Public ReadOnly Property BorderAround() As Border
Example
Code Block
csharp
csharp
titleC#
Border bordr = a.BorderAround;
Code Block
vbnet
vbnet
titlevb.net
Dim bordr As Border = a.BorderAround
Scrollbar