Click or drag to resize

MultipleBordersItem Property

Gets the SingleBorder for the specified SingleBorderType.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public SingleBorder this[
	SingleBorderType borderType
] { get; }

Parameters

borderType  SingleBorderType
Type of the border.

Return Value

SingleBorder
The SingleBorder.
See Also