TopBottomType.Val Property

Value.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 EnumValue(Of VerticalJustificationValues)
    Get
    Set
'Usage
Dim instance As TopBottomType
Dim value As EnumValue(Of VerticalJustificationValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<VerticalJustificationValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<VerticalJustificationValues>
Returns EnumValue<T>.

See Also

Reference

TopBottomType Class

TopBottomType Members

DocumentFormat.OpenXml.Math Namespace