Click or drag to resize

Borders Item Property (BorderPositions)

This indexer provides access to the border property based on the specified border position.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Border this[
	BorderPositions borderPos
] { get; }

Parameters

borderPos
Type: Spire.Doc.Formatting BorderPositions
The position of the border to retrieve.

Return Value

Type: Border
The border object associated with the given position.
See Also