Edit

AngleSwapChainPanel.EnableRenderLoop Property

Definition

Gets or sets a value indicating whether a continuous render loop is enabled.

public bool EnableRenderLoop { get; set; }

Property Value

true if continuous rendering is enabled; otherwise, false. The default is false.

Remarks

When enabled, the panel will continuously render frames. When disabled, call Invalidate() to request a single frame render.

Applies to