Returns the height of the base map. Used for binding in the control's Xaml template.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public double MapHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MapHeight As Double |
A double value specifying the height of the base map.
See Also