ArcGIS Pro 2.8 API Reference Guide
Position Property (PopupDefinition)

ArcGIS.Desktop.Mapping Namespace > PopupDefinition Class : Position Property
Gets or sets the screen coordinates to place the top left corner of the popup window. When set to null, a default position will be used. Only used when dockable is false or the dockable window is floating.
Syntax
public Nullable<Point> Position {get; set;}
Public Property Position As Nullable(Of Point)
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PopupDefinition Class
PopupDefinition Members