GraphicsFixScreen Property
Gets or sets whether the onscreen graphic is periodically updated from the offscreen graphic.
Syntax
'Declaration
Property GraphicsFixScreen As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.GraphicsFixScreen = value
value = instance.GraphicsFixScreen
bool GraphicsFixScreen {get; set;}
See Also