Share via


DelimiterProperties.EndChar Property

Delimiter Ending Character.Represents the element tag in schema: m:endChr

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

Syntax

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

value = instance.EndChar

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

Property Value

Type: DocumentFormat.OpenXml.Math.EndChar
Returns EndChar.

See Also

Reference

DelimiterProperties Class

DelimiterProperties Members

DocumentFormat.OpenXml.Math Namespace