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