HyperlinkStopSoundOnClick Property |
Determines whether the sound should be stopped on hyperlink click.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool StopSoundOnClick { get; set; }
Public Property StopSoundOnClick As Boolean
Get
Set
public:
virtual property bool StopSoundOnClick {
bool get () sealed;
void set (bool value) sealed;
}
abstract StopSoundOnClick : bool with get, set
override StopSoundOnClick : bool with get, set
Property Value
Type:
BooleanImplements
IHyperlinkStopSoundOnClickSee Also