GraphicsFixScreen Property
In This Topic
Gets or sets a value indicating 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