Gets a value that indicates whether this font has an outline around its characters.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Outline() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_Outline(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getOutline(); |
| [Python - STK API] |
|---|
@property def Outline(self) -> bool: |
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 text batch primitive, the character color and the outline color can be different. Use outline color to set the outline color.





