Freigeben über


Animate.ValueType-Eigenschaft

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; }

Eigenschaftswert

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

Siehe auch

Referenz

Animate Klasse

Animate-Member

DocumentFormat.OpenXml.Presentation-Namespace