public enum ENPaintCacheMode : System.Enum
public enum ENPaintCacheMode : System.Enum
Member | Description |
---|---|
Auto | The node allows the caching of its visible and full clipped area. The paint caching system automatically determines which one to cache. |
FullClip | Flag that signals that the node allows the caching of its full clipped area. |
None | The node currently does not allow paint caching. |
VisibleClip | Flag that signals that the node allows the caching of its visible clipped area. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Dom.ENPaintCacheMode
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)