Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Property ImageHover As ImageSource
    Get
    Set
用法
Dim instance As ImageButton
Dim value As ImageSource
value = instance.ImageHover
instance.ImageHover = value
public ImageSource ImageHover { get; set; }
public:
property ImageSource^ ImageHover {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
member ImageHover : ImageSource with get, set
function get ImageHover () : ImageSource
function set ImageHover (value : ImageSource)
Property Value
Type: System.Windows.Media.ImageSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.