Spread for ASP.NET 11 Product Documentation
ImageDirty Property (ImageRender)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > ImageRender Class : ImageDirty Property
Gets or sets the value that indicates whether the image data is dirty.
Syntax
'Declaration
 
Public Overridable Property ImageDirty As Boolean
'Usage
 
Dim instance As ImageRender
Dim value As Boolean
 
instance.ImageDirty = value
 
value = instance.ImageDirty
public virtual bool ImageDirty {get; set;}
See Also

Reference

ImageRender Class
ImageRender Members