MindFusion.Mapping Programmer's Guide

MapView.MapHeight Property

See Also
 






Returns the height of the base map. Used for binding in the control's Xaml template.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public double MapHeight { get; set; }

Visual Basic  Copy Code

Public Property MapHeight As Double

 Property Value

A double value specifying the height of the base map.

 See Also