ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / NavigationOptions Class / DefaultNavigationControlScale Property

In This Topic
    DefaultNavigationControlScale Property
    In This Topic
    Gets and sets an adjustment to the initial size of the navigator control as it appears each time in a new view.
    Syntax
    public double DefaultNavigationControlScale {get; set;}
    Public Property DefaultNavigationControlScale As Double
    Remarks
    The specified value must be greater than or equal to 0.0 and less than or equal to 1.0. Values less than zero are set to 0.0. Values greater than 1.0 are set to 1.0.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also