Namespace: Spire.Doc.Fields.Shape
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum BorderType
Public Enumeration BorderType
public enum class BorderType
type BorderType
Members
| Member | Value | Description |
|---|---|---|
| None | -1 | |
| Bottom | 0 | |
| Left | 1 | |
| Right | 2 | |
| Top | 3 | |
| Horizontal | 4 | |
| Vertical | 5 | |
| DiagonalDown | 6 | |
| DiagonalUp | 7 |