TrackUpNavigation Property
Gets and sets whether the heading of the location from the device points to the top of the screen.
Get Current Map Device Location Options
var options = MapDeviceLocationService.Instance.GetDeviceLocationOptions();
var visibility = options.DeviceLocationVisibility;
var navMode = options.NavigationMode;
var trackUp = options.TrackUpNavigation;
var showBuffer = options.ShowAccuracyBuffer;
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.