ArcGIS Pro 2.9 API Reference Guide
OnRender Method (OutlineTextControl)

ArcGIS.Desktop.Mapping.Controls Namespace > OutlineTextControl Class : OnRender Method
Drawing context of the OutlineText control.
OnRender override draws the geometry of the text and optional highlight.
Syntax
protected override void OnRender( 
   DrawingContext drawingContext
)
Protected Overrides Sub OnRender( _
   ByVal drawingContext As DrawingContext _
) 

Parameters

drawingContext
Drawing context of the OutlineText control.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

OutlineTextControl Class
OutlineTextControl Members