Click or drag to resize

ControlMusicModel Properties

The ControlMusicModel type exposes the following members.

Properties
  Name Description
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property Conditions (Inherited from ConditionsDependantModel.)
Public property ConditionTimeout (Inherited from ConditionsDependantModel.)
Public property CrossfadeDuration
Defines the duration in seconds of the cross-fade between music assets.
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property DontPlayIfThereIsAnotherAudioPlaying
Prevents playback if another sound is currently playing.
(Inherited from PlaySoundModel.)
Public property ExternalXmlPath (Inherited from BaseModel.)
Public property GlobalOrderIndex (Inherited from ActionModel.)
Public property HashedPath (Inherited from ActionModel.)
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property IgnoreInPH (Inherited from ActionModel.)
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property IsRunning (Inherited from ActionModel.)
Public property IsTransient (Inherited from ActionModel.)
Public property IsTransientInstance (Inherited from ActionModel.)
Public property Mode
Defines how the music will be changed.
Public property Parameter
Specifies the expected value for the Notification.
(Inherited from AsyncActionModel.)
Public property SoundId
Specifies the sound to be played.
(Inherited from PlaySoundModel.)
Public property TargetElement
Defines the target Element of the Action.
(Inherited from ElementWaitActionModel.)
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property Volume
The volume to play the sound/music at
(Inherited from PlaySoundModel.)
Public property Wait
Waits until sound playback is complete to proceed with the next action.
(Inherited from PlaySoundModel.)
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also