[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathDelimiter.SeparatorCharacter

SeparatorCharacter Property

SeparatorCharacter

Gets or sets character that separates items in the delimiter structure.

The value cannot be null and its length cannot be more than one character.

Empty string value means the delimiter structure separator character is absent.

Default value is Unicode character U+2502 (BOX DRAWINGS LIGHT VERTICAL).

Declaration
public string SeparatorCharacter { get; set; }
Public Property SeparatorCharacter As String