The Uri Property supports WPF/Silverlight.
The Uri Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the uri of the WAV file of this AnnAudioObject. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property Uri As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAudioObject Dim value As String instance.Uri = value value = instance.Uri |
C# | |
---|---|
public string Uri {get; set;} |
Property Value
A string value that specifies the uri of the WAV file of this AnnAudioObject.For C#/VB examples, refer to AnnAudioObject.
Use the CanPlay method to determine if this AnnAudioObject has a valid WAV audio file in the Uri property.
Use the Play method to play the WAV audio file stored in the Uri property.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)