ArcObjects Library Reference (Carto)  

IMapNavigator.NavigatorPlacement Property

Indicates where the navigator is placed in the map display.

[Visual Basic .NET]
Public Property NavigatorPlacement As esriScreenPosition
[C#]
public esriScreenPosition NavigatorPlacement {get; set;}
[C++]
HRESULT get_NavigatorPlacement(
  esriScreenPosition* Placement
);
[C++]
HRESULT put_NavigatorPlacement(
  esriScreenPosition Placement
);
[C++]

Parameters

Placement [out, retval]

  Placement is a parameter of type esriScreenPosition

Placement [in]

  Placement is a parameter of type esriScreenPosition

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapNavigator Interface