Enables or disables antialising. This is a shortcut for renderingHint as antialiasing is a very common option.
The long way is
renderingHints( key: 'antialiasing', value: 'antialias on' )
It accepts the following values [false, true, 'off', 'on']
Skip to: Site menu | Main content
|
|
| GraphicsBuilder - Misc - Antialias |
|
Enables or disables antialising. This is a shortcut for renderingHint as antialiasing is a very common option.
The long way is
renderingHints( key: 'antialiasing', value: 'antialias on' )
It accepts the following values [false, true, 'off', 'on']