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