SurfaceOverlay.Antialias Property
Gets or sets a flag indicating if antialiasing should be used to remove aliasing artifacts by smoothing the pixels.
Syntax
public System.Boolean Antialias { get; set; }
Property Value
Default: false
True if the surface should be anti-aliased; otherwise, False.
Remarks
See Drawable.RendererSettings for more information about how to control the antialiasing quality.
Platforms
Windows, Linux, Android