MindFusion.Mapping Programmer's Guide

MapView.MapWidth Property

See Also
 






Returns the width 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 MapWidth { get; set; }

Visual Basic  Copy Code

Public Property MapWidth As Double

 Property Value

A double value specifying the width of the base map.

 See Also