MapControl.Center Proprietà

Definizione

Ottiene o imposta il centro della mappa.

public:
 property Geopoint ^ Center { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Center();

void Center(Geopoint value);
public Geopoint Center { get; set; }
var geopoint = mapControl.center;
mapControl.center = geopoint;
Public Property Center As Geopoint

Valore della proprietà

Centro della mappa.

Commenti

Poiché una stringa non può essere convertita in un punto geografico, non è possibile specificare un valore per la proprietà Center nel markup XAML, a meno che non si usi il data binding.

Si applica a

Vedi anche