Break.Val Property
Index of Operator to Align To.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As IntegerValue
Get
Set
'Usage
Dim instance As Break
Dim value As IntegerValue
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public IntegerValue Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.IntegerValue