'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;}