GraphicsFontOutline Property  | 
 
Gets a value that indicates whether this font has an outline around its characters.
 
    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 Outline { get; }Public Overridable ReadOnly Property Outline As Boolean
	Get
public:
virtual property bool Outline {
	bool get ();
}abstract Outline : bool with get
override Outline : bool with get
Return Value
Type: 
Booleantrue if this font has an outline around its characters; otherwise, 
false.
Remarks
A font with an outline around its characters generally stands out against the
background better than the same font without an outline.  When a font is applied to a
TextBatchPrimitive, the character color
and the outline color can be different.  Use
TextBatchPrimitive.OutlineColor
to set the outline color.
See Also