ArcGIS Pro 2.6 API Reference Guide
OverlayControlRelativePosition Enumeration

ArcGIS.Desktop.Mapping Namespace : OverlayControlRelativePosition Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Mapping Namespace