OverviewTool.ScaleRatio Property
Gets or sets a value used to calculate the scale of the overview.
Syntax
public System.Double ScaleRatio { get; set; }
Property Value
Default: 5.0
The ratio between the overview and main view scales.
Remarks
This property is always used to calculate the initial scale of the overview when the OverviewTool is connected to the overview map control. The initial scale of the overview is set to the ScaleRatio multiplied by the main view scale.
See MaintainScaleRatio to learn what happens after initialization.
Platforms
Windows, Linux, Android