Spread Silverlight Documentation
ImageSource Property (Picture)


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

Property Value

The image source of the picture.
See Also

Reference

Picture Class
Picture Members