ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapViewOverlayControl Class / PositionChanged Event

In This Topic
    PositionChanged Event
    In This Topic
    Occurs when the position or relative position to the MapView is changed.
    Syntax
    Event Data

    The event handler receives an argument of type OverlayControlPositionChangedEventArgs containing data related to this event. The following OverlayControlPositionChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the pixel offset for the left.  
    Gets the horizontal offset of the control as a percent from 0 (left edge), to 1 (right edge).  
    Gets the pixel offset for the top.  
    Gets the vertical offset of the control as a percent from 0 (top edge), to 1 (bottom edge).  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also