LocationRect.Center Property
Gets the location of the center of the rectangle.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Location Center { get; }
public:
property Location^ Center {
Location^ get();
}
member Center : Location with get
Public ReadOnly Property Center As Location
Property Value
Type: Microsoft.Maps.MapControl.WPF.Location
Returns Location.
See Also
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top