Animate.ValueType Property

Value Type.Represents the attribte in schema: valueType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "valueType")> _
Public Property ValueType As EnumValue(Of AnimateBehaviorValues)
    Get
    Set
'Usage
Dim instance As Animate
Dim value As EnumValue(Of AnimateBehaviorValues)

value = instance.ValueType

instance.ValueType = value
[SchemaAttrAttribute(, "valueType")]
public EnumValue<AnimateBehaviorValues> ValueType { get; set; }

Property Value

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

See Also

Reference

Animate Class

Animate Members

DocumentFormat.OpenXml.Presentation Namespace