ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / OverlayControlRelativePosition Enumeration

In This Topic
    OverlayControlRelativePosition Enumeration
    In This Topic
    Specifies which edges to maintain distance from when the MapView is resized.
    Syntax
    public enum OverlayControlRelativePosition : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum OverlayControlRelativePosition 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    BottomCenter Maintain distance from the bottom and horizontal center when the view is resized.
    BottomLeft Maintain distance from the bottom and left when the view is resized.
    BottomRight Maintain distance from the bottom and right when the view is resized.
    Center Maintain distance from the center when the view is resized.
    CenterLeft Maintain distance from the vertical center and left when the view is resized.
    CenterRight Maintain distance from the vertical center and right when the view is resized.
    CurrentPosition Maintain position as a ratio when the view is resized.
    TopCenter Maintain distance from the top and horizontal center when the view is resized.
    TopLeft Maintain distance from the top and left when the view is resized.
    TopRight Maintain distance from the top and right when the view is resized.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.OverlayControlRelativePosition

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also