Aliased Property (GcSkiaGraphics)
In This Topic
Gets or sets a value indicating whether the graphic objects are drawn without anti-aliasing.
The default is false.
Syntax
'Declaration
Public Property Aliased As System.Boolean
public System.bool Aliased {get; set;}
See Also