GoDiagram Web Reference
Image Property (GoImage)

The Image displayed by this GoImage.
Syntax
'Declaration
 
<DescriptionAttribute("The Image displayed by this GoImage.")>
<CategoryAttribute("Appearance")>
Public Overridable Property Image As Image
[DescriptionAttribute("The Image displayed by this GoImage.")]
[CategoryAttribute("Appearance")]
public virtual Image Image {get; set;}

Property Value

If set to null, the next get will call LoadImage.
Remarks
Paint will draw the Image that is the value of this property. When an Image is not yet available, it calls LoadImage and remembers that returned Image as this property's value. The cached Image value is not serialized.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoImage Class
GoImage Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback