Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Property ImagePressed As ImageSource
    Get
    Set
用法
Dim instance As ImageButton
Dim value As ImageSource
value = instance.ImagePressed
instance.ImagePressed = value
public ImageSource ImagePressed { get; set; }
public:
property ImageSource^ ImagePressed {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
member ImagePressed : ImageSource with get, set
function get ImagePressed () : ImageSource
function set ImagePressed (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.