Spread Silverlight Documentation
UriSource Property


GrapeCity.Windows.SpreadSheet.Data Namespace > Picture Class : UriSource Property
Gets or sets the URI source of the picture.
Syntax
'Declaration
 
Public Property UriSource As System.Uri
'Usage
 
Dim instance As Picture
Dim value As System.Uri
 
instance.UriSource = value
 
value = instance.UriSource
public System.Uri UriSource {get; set;}

Property Value

The URI source of the picture.
See Also

Reference

Picture Class
Picture Members