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


In This Topic
    ImageDirty Property (SpreadImageRender)
    In This Topic
    Gets or sets whether the image data is dirty.
    Syntax
    'Declaration
     
    
    Public Overridable Property ImageDirty As Boolean
    'Usage
     
    
    Dim instance As SpreadImageRender
    Dim value As Boolean
     
    instance.ImageDirty = value
     
    value = instance.ImageDirty
    public virtual bool ImageDirty {get; set;}
    See Also