GraphicsFontAntialias Property |
Gets a value that indicates whether this font is antialiased.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual bool Antialias { get; }
Public Overridable ReadOnly Property Antialias As Boolean
Get
public:
virtual property bool Antialias {
bool get ();
}
abstract Antialias : bool with get
override Antialias : bool with get
Return Value
Type:
Booleantrue if this font is antialiased; otherwise,
false.
See Also