fillAntialias

open override fun fillAntialias(fillAntialias: Boolean): FillLayer

Whether or not the fill should be antialiased. Default value: true.

Use static method FillLayer.defaultFillAntialias to set the default property.

Parameters

fillAntialias

value of fillAntialias


open override fun fillAntialias(fillAntialias: Expression): FillLayer

Whether or not the fill should be antialiased. Default value: true.

Use static method FillLayer.defaultFillAntialiasAsExpression to set the default property.

Parameters

fillAntialias

value of fillAntialias as Expression


Whether or not the fill should be antialiased. Default value: true.