string SoundIn { get; set; }

robot_2Generated
code_blocksInput

Description

The SoundIn property of the BaseStyles class represents the sound-in CSS property. This property is used to specify the sound that should be played when an element is interacted with, such as when it is focused or activated.

Usage

To use the SoundIn property, assign a string value that specifies the sound file or sound identifier you want to use. This can be a URL to a sound file or a predefined sound identifier within the system.

Example

BaseStyles styles = new BaseStyles();
styles.SoundIn = "click-sound.mp3"; // Assign a sound file to play on interaction