Font Property
Font returns a FontFormat object. This is a read-only property.
Syntax
object.Font
Example
The Font property allows the text properties of the base map to be modified. This example demonstrates how to change the font color of a base map to forest green.
BaseLayer.Font.ForeColorRGBA.Color = srfColorForestGreen
Used by: Text object, VectorBaseLayer Object