Click or drag to resize

StyleBoxFlatAntiAliasing Property

Antialiasing draws a small ring around the edges, which fades to transparency. As a result, edges look much smoother. This is only noticeable when using rounded corners.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool AntiAliasing { get; set; }

Property Value

Type: Boolean
See Also