Back to Devexpress

ViewportChangedEventArgs.TopLeft Property

wpf-devexpress-dot-xpf-dot-map-dot-viewportchangedeventargs-49d1a6e1.md

latest1.1 KB
Original Source

ViewportChangedEventArgs.TopLeft Property

Returns the top-left coordinate of the current viewport.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public GeoPoint TopLeft { get; }
vb
Public ReadOnly Property TopLeft As GeoPoint

Property Value

TypeDescription
GeoPoint

A GeoPoint containing information about the top-left coordinate.

|

See Also

ViewportChangedEventArgs Class

ViewportChangedEventArgs Members

DevExpress.Xpf.Map Namespace