RenderingMode 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.
Various options for rendering a view.
public enum RenderingMode
- Inheritance
-
RenderingMode
Fields
| Name | Value | Description |
|---|---|---|
| Continuously | 0 | The view is repainted continuously. |
| WhenDirty | 1 | The view only redraws the surface when the it is created, resized, or when Invalidate() is called. |