OverviewTool.MaintainScaleRatio Property
Gets or sets a flag indicating if the tool zooms the overview when the main view changes.
Syntax
public System.Boolean MaintainScaleRatio { get; set; }
Property Value
Default: true
True if the tool maintains the scale ratio by zooming the overview when the main view changes, False otherwise.
Remarks
If this property is True, the tool will automatically rescale the overview whenever the geographical extents of the main view changes. The overview scale is set so that the ratio to the scale in the main view (the ScaleRatio) remains constant. However, zooming the overview (using the mouse wheel) will never affect the scale of the main view, so this is a way to change the ScaleRatio even if MaintainScaleRatio is True.
Platforms
Windows, Linux, Android