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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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