GrapeCity.Xaml.SpreadSheet.Data
ImageSource Property


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

Property Value

The image source of the picture.
See Also

Reference

Picture Class
Picture Members