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
Wiki Markup
{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}