Back to Devexpress

ViewportChangedEventArgs.TopLeft Property

windowsforms-devexpress-dot-xtramap-dot-viewportchangedeventargs-b823c1e9.md

latest1.1 KB
Original Source

ViewportChangedEventArgs.TopLeft Property

Gets the top left coordinate visible on the map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
CoordPoint

A CoordPoint class descendant object.

|

See Also

ViewportChangedEventArgs Class

ViewportChangedEventArgs Members

DevExpress.XtraMap Namespace