ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PopupDefinition Class / Position Property

In This Topic
    Position Property (PopupDefinition)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also