Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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}
{example}{code:csharp|title=C#}
Border bordr = a.BorderAround;
{code}
{code:vbnet|title=vb.net
}
Dim bordr As Border = a.BorderAround
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public ReadOnly Property BorderAround() As Border
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}