Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ImageRender Class / ImageDirty Property


In This Topic
    ImageDirty Property (ImageRender)
    In This Topic
    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