SoundAction.EndSoundAction Property

Stop Sound Action.Represents the element tag in schema: p:endSnd

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

Syntax

'Declaration
Public Property EndSoundAction As EndSoundAction
    Get
    Set
'Usage
Dim instance As SoundAction
Dim value As EndSoundAction

value = instance.EndSoundAction

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.EndSoundAction
Returns EndSoundAction.

See Also

Reference

SoundAction Class

SoundAction Members

DocumentFormat.OpenXml.Presentation Namespace