Represents the sound-out
CSS property.
Represents the sound-out
CSS property.
The SoundOut
property is used to specify the sound that should be played when a UI element is interacted with in a way that causes it to be removed or hidden. This property can be set to a string representing the sound file or sound identifier to be used.
// Example of setting the SoundOut property var styles = new BaseStyles(); styles.SoundOut = "ui/sound_out.wav";