Drawable.Swap Property
Gets or sets a flag indicating if the front and back buffers of the drawable are swapped automatically.
Syntax
public System.Boolean Swap { get; set; }
Property Value
Default: true
True if buffers are swapped automatically, False if not.
Remarks
If this property is set to False, the application must explicitly swap the buffers by calling SwapBuffers after an update.
If the drawable is not double-buffered, this property has no effect.
Platforms
Windows, Linux, Android