[]
Defines the center of the view port based on an arbitrary center point
public sealed class MapCustomView : MapView
Name | Description |
---|---|
MapCustomView() | Initializes a new instance of the MapCustomView class. |
Name | Description |
---|---|
CenterXDefaultValue | The center x default value |
CenterYDefaultValue | The center y default value |
Name | Description |
---|---|
CenterX | X Center of the view in percent of the map content. An expression should evaluate to a double. The default value is 50. |
CenterY | Y Center of the view in percent of the map content. An expression should evaluate to a double. The default value is 50. |