IMapViewOverlayControl Interface Members
In This Topic
The following tables list the members exposed by IMapViewOverlayControl.
Public Properties
| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | CanMove |
Indicates a move handle should be attached to allow the control to be moved around over the map.
|
![Property](template/packages/core-dotnet/images/Property.png) | CanResizeHorizontally |
Indicates that left and right resize handles should be attached to the control.
|
![Property](template/packages/core-dotnet/images/Property.png) | CanResizeVertically |
Indicates that top and bottom resize handles should be attached to the control.
|
![Property](template/packages/core-dotnet/images/Property.png) | Control |
The control to place over the MapView.
|
![Property](template/packages/core-dotnet/images/Property.png) | InitialXRatio |
The initial horizontal position of the control as a percent. Can be from 0 (left edge), to 1 (right edge).
|
![Property](template/packages/core-dotnet/images/Property.png) | InitialYRatio |
The initial vertical position of the control as a percent. Can be from 0 (top edge), to 1 (bottom edge).
|
![Property](template/packages/core-dotnet/images/Property.png) | RelativePosition |
When the window is resized the distance from the edge is maintained relative to a corner of the map.
|
Top
See Also