TextBorderPen: IGxPen;
The TextBorderPen property determines map text outlining parameters.
The example requires the Map object of the IMap type.
Sub Brush;
Var
Map : IMap;
Begin
Map.TextBorderPen := New GxPen.CreateSolid(New GxColor.CreateARGB(255,0,0,255),1.02);
End Sub Brush;
After executing the example the blue outlining with the specified width is applied to the map text.
See also: