string SoundOut { get; set; }

robot_2Generated
code_blocksInput

Description

Represents the sound-out CSS property.

Usage

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

// Example of setting the SoundOut property
var styles = new BaseStyles();
styles.SoundOut = "ui/sound_out.wav";