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 video file of this AnnVideoObject. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property Uri As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnVideoObject 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 video file of this AnnVideoObject.For C#/VB examples, refer to AnnVideoObject.
Use the CanPlay method to determine if this AnnVideoObject has a valid video file 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)