Edit

RenderingMode Enum

Definition

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.

Applies to