Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarButton Class / ImageSource Property


In This Topic
    ImageSource Property (ToolbarButton)
    In This Topic
    Gets or sets the image source.
    Syntax
    'Declaration
     
    Public Property ImageSource As ImageSource
    'Usage
     
    Dim instance As ToolbarButton
    Dim value As ImageSource
     
    instance.ImageSource = value
     
    value = instance.ImageSource
    public ImageSource ImageSource {get; set;}

    Property Value

    The image source.
    See Also