Share via


AnimateEffect.Progress Property

Progress.Represents the element tag in schema: p:progress

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

Syntax

'Declaration
Public Property Progress As Progress
    Get
    Set
'Usage
Dim instance As AnimateEffect
Dim value As Progress

value = instance.Progress

instance.Progress = value
public Progress Progress { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.Progress
Returns Progress.

See Also

Reference

AnimateEffect Class

AnimateEffect Members

DocumentFormat.OpenXml.Presentation Namespace