DelimiterProperties.BeginChar Property

Delimiter Beginning Character.Represents the element tag in schema: m:begChr

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property BeginChar As BeginChar
    Get
    Set
'Usage
Dim instance As DelimiterProperties
Dim value As BeginChar

value = instance.BeginChar

instance.BeginChar = value
public BeginChar BeginChar { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Math.BeginChar
Returns BeginChar.

See Also

Reference

DelimiterProperties Class

DelimiterProperties Members

DocumentFormat.OpenXml.Math Namespace