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; }
Public ReadOnly Default Property Item (
borderPos As BorderPositions
) As Border
Get
public:
property Border^ default[BorderPositions borderPos] {
Border^ get (BorderPositions borderPos);
}
member Item : Border with 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