Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintCacheSettings Class / RecreateItemsAfterFrames Property


In This Topic
    RecreateItemsAfterFrames Property
    In This Topic
    Gets or sets the number of global window frames after which a paint cache item's cache that was considered invalid can be recreated. By default set to 2.
    Syntax
    'Declaration
     
    
    Public Property RecreateItemsAfterFrames As System.Integer
    'Usage
     
    
    Dim instance As NPaintCacheSettings
    Dim value As System.Integer
     
    instance.RecreateItemsAfterFrames = value
     
    value = instance.RecreateItemsAfterFrames
    public System.int RecreateItemsAfterFrames {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also