AnimationRenderFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies flags that control animation rendering behavior.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AnimationRenderFlags
- Inheritance
-
AnimationRenderFlags
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| SkipTopLevelIsolation | 1 | When rendering into a transparent canvas, skip the implicit layer isolation. This can be used to improve performance when it is known that no animation blend modes or layer effects require isolation. |
| DisableTopLevelClipping | 2 | Disable the implicit top-level clipping to the animation bounds. |