[]
Specifies that the two lines in one text should be enclosed within a pair of brackets when displayed. This enum values determine the bracket style to put around combined text.
public enum TwoLinesInOneBrackets
Public Enum TwoLinesInOneBrackets
Name | Description |
---|---|
Angle | Angle brackets. |
Curly | Curly brackets. |
None | No enclosing brackets. |
Round | Round brackets. |
Square | Square brackets. |