Click or drag to resize

GraphicsIsRetained Property

Gets a value indicating the graphics sub-system is a retained system (e.g. WPF)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsRetained { get; }

Property Value

Type: Boolean
Remarks
Retained mode systems may have different behaviour characteristics, which may impact how often the screen is updated or other code.
See Also