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

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