Spread Silverlight Documentation
ImageSource Property (ToolbarButton)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarButton Class : ImageSource Property
Gets or sets the image source.
Syntax
'Declaration
 
Public Property ImageSource As System.Windows.Media.ImageSource
'Usage
 
Dim instance As ToolbarButton
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.
See Also

Reference

ToolbarButton Class
ToolbarButton Members