Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathDelimiter Class / BeginCharacter Property

In This Topic
    BeginCharacter Property
    In This Topic
    Gets or sets the beginning, or opening, delimiter character.

    The value cannot be a null reference (Nothing in Visual Basic) and its length cannot be more than one character.

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

    Default value is Unicode character U+0028 (LEFT PARENTHESIS).

    Syntax
    'Declaration
     
    Public Property BeginCharacter As System.String
    public System.string BeginCharacter {get; set;}
    See Also