LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Uri Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnVideoObject Class : Uri Property



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 7

Syntax

Visual 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;}
C++/CLI 
public:
property String^ Uri {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value that specifies the uri of the video file of this AnnVideoObject.

Example

For C#/VB examples, refer to AnnVideoObject.

Remarks

Use the CanPlay method to determine if this AnnVideoObject has a valid video file in the Uri property.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Uri requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.