Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / DefaultToolBarButton Class / Image Property

In This Topic
    Image Property (DefaultToolBarButton)
    In This Topic
    Gets the bitmap of the button.
    Syntax
    'Declaration
     
    Public Overrides Property Image As ImageSource
    public override ImageSource Image {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when you try to set the Image property on default buttons.
    See Also