[]
Represents a collection of Borders for the four sides of an object.
public class BorderCollection : FormattingBag, IEnumerable<Border>, IEnumerable
Gets the base (this class) key for formatting properties.
protected override string BaseKey { get; }
Gets the bootom border.
public Border Bottom { get; }
Gets the left border.
public Border Left { get; }
Gets the right border.
public Border Right { get; }
Gets the top border.
public Border Top { get; }
Resets all borders of an object to default.
public override void ClearFormatting()
Gets an enumerator that iterates through the borders.
public IEnumerator<Border> GetEnumerator()
Returns an enumerator that iterates through the borders.