Interface IUiThemeSounds
Interface defining the UI theme sounds for various UI interactions.
Namespace: Serenity.Ui.Domain.Interfaces
Assembly: Serenity.Ui.Domain.dll
Syntax
public interface IUiThemeSounds
Properties
CancelSfx
Declaration
AudioPlayerClip CancelSfx { get; }
Property Value
| Type | Description |
|---|---|
| AudioPlayerClip | Sound played when a UI action is canceled. |
ChangeOptionValueSfx
Declaration
AudioPlayerClip ChangeOptionValueSfx { get; }
Property Value
| Type | Description |
|---|---|
| AudioPlayerClip | Sound played when changing an option value in the UI. |
ErrorSfx
Declaration
AudioPlayerClip ErrorSfx { get; }
Property Value
| Type | Description |
|---|---|
| AudioPlayerClip | Sound played when an error occurs in the UI. |
HideSfx
Declaration
AudioPlayerClip HideSfx { get; }
Property Value
| Type | Description |
|---|---|
| AudioPlayerClip | Sound played when hiding a UI element. |
SelectOptionSfx
Declaration
AudioPlayerClip SelectOptionSfx { get; }
Property Value
| Type | Description |
|---|---|
| AudioPlayerClip | Sound played when selecting an option in the UI. |
ShowSfx
Declaration
AudioPlayerClip ShowSfx { get; }
Property Value
| Type | Description |
|---|---|
| AudioPlayerClip | Sound played when showing a UI element. |
SubmitSfx
Declaration
AudioPlayerClip SubmitSfx { get; }
Property Value
| Type | Description |
|---|---|
| AudioPlayerClip | Sound played when a UI action is submitted. |