Share via


ImageButton.ImageNormal Property

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Property ImageNormal As ImageSource
public ImageSource ImageNormal { get; set; }
public:
property ImageSource^ ImageNormal {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
member ImageNormal : ImageSource with get, set
function get ImageNormal () : ImageSource
function set ImageNormal (value : ImageSource)

Property Value

Type: System.Windows.Media.ImageSource

.NET Framework Security

See Also

Reference

ImageButton Class

Microsoft.VisualStudio.PlatformUI Namespace