AnimateMotion.PathEditMode Property

Path Edit Mode.Represents the attribte in schema: pathEditMode

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pathEditMode")> _
Public Property PathEditMode As EnumValue(Of AnimateMotionPathEditModeValues)
    Get
    Set
'Usage
Dim instance As AnimateMotion
Dim value As EnumValue(Of AnimateMotionPathEditModeValues)

value = instance.PathEditMode

instance.PathEditMode = value
[SchemaAttrAttribute(, "pathEditMode")]
public EnumValue<AnimateMotionPathEditModeValues> PathEditMode { get; set; }

Property Value

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

See Also

Reference

AnimateMotion Class

AnimateMotion Members

DocumentFormat.OpenXml.Presentation Namespace