BorderCollection.Item

BorderCollection indexer

Gets the Border element at the specified index.

public Border this[BorderType borderType] { get; }
ParameterDescription
borderTypeThe border to be retrieved.

Return Value

The element at the specified index.

See Also