[]
Represents a collection of Borders for the four sides of an object.
public class BorderCollection : FormattingBag, IEnumerable<Border>, IEnumerable
Public Class BorderCollection
Inherits FormattingBag
Implements IEnumerable(Of Border), IEnumerable
| Name | Description |
|---|---|
| BaseKey | Gets the base (this class) key for formatting properties. |
| Bottom | Gets the bootom border. |
| Left | Gets the left border. |
| Right | Gets the right border. |
| Top | Gets the top border. |
| Name | Description |
|---|---|
| ClearFormatting() | Resets all borders of an object to default. |
| GetEnumerator() | Gets an enumerator that iterates through the borders. |