Property PlayInBackground
PlayInBackground
Gets or sets a value indicating whether the sound should be played in the background. If set to true, the action returns immediately after starting the sound. If false, the action waits until the sound has finished playing.
Declaration
bool PlayInBackground { get; set; }
Property Value
Type | Description |
---|---|
bool |