GraphicsIHandlerIsRetained 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 ReadOnly Property IsRetained As Boolean
Get
abstract IsRetained : bool with get
Property Value
Type:
BooleanRemarks
Retained mode systems may have different behaviour characteristics, which may impact how often the screen is updated
or other code.
See Also