ContextNode.MathStruct Property
mathStruct.Represents the attribte in schema: mathStruct
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "mathStruct")> _
Public Property MathStruct As StringValue
Get
Set
'Usage
Dim instance As ContextNode
Dim value As StringValue
value = instance.MathStruct
instance.MathStruct = value
[SchemaAttrAttribute(, "mathStruct")]
public StringValue MathStruct { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue