| TextureBrushImage Property  | 
 
            Gets the texture's image to paint with
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Image Image { get; }Public ReadOnly Property Image As Image
	Get
member Image : Image with get
Property Value
Type: 
ImageThe image used to paint
 See Also
See Also