Hello???I am after the same functionality exposed in the AE Display tab that allows a user to turn off the Orientation Indicator by setting the position to off.
I have tried the following code:
ESRI.ArcGISExplorer.Application.Application.ActiveMapDisplay.Settings.ShowNavigator = False
This only turns the navigation feature off.
The Navigator position enumeration only has a topleft and bottomleft enumeration. What I need is an off position for the following code:
Dim navpos As ESRI.ArcGISExplorer.Mapping.NavigatorPosition = NavigatorPosition.TopLeft
Any suggestions would be appreciated,
Margo