| WindowIHandlerIcon Property  | 
 
            Gets or sets the icon for the window to show in the menu bar.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxProperty Icon As Icon
	Get
	Set
abstract Icon : Icon with get, set
Property Value
Type: 
IconThe icon for this window.
 Remarks
Remarks
            The icon should have many variations, such as 16x16, 24x24, 32x32, 48x48, 64x64, etc. This ensures that
            the many places it is used (title bar, task bar, switch window, etc) all have optimized icon sizes.
            
            For OS X, the application icon is specified in the .app bundle, not by this value.
            
 See Also
See Also