Class CenterChangedEventArgs
To implement CenterChangedEventArgs in imagery layer
Inheritance
System.Object
CenterChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class CenterChangedEventArgs : EventArgs
Constructors
CenterChangedEventArgs()
Declaration
public CenterChangedEventArgs()
Properties
BottomLeft
Gets the bottom left latitude and longitude.
Declaration
public Point BottomLeft { get; }
Property Value
Type |
---|
System.Windows.Point |
BottomRight
Gets the bottom right latitude and longitude.
Declaration
public Point BottomRight { get; }
Property Value
Type |
---|
System.Windows.Point |
Center
Gets the center latitude and longitude.
Declaration
public Point Center { get; }
Property Value
Type |
---|
System.Windows.Point |
TopLeft
Gets the top left latitude and longitude.
Declaration
public Point TopLeft { get; }
Property Value
Type |
---|
System.Windows.Point |
TopRight
Gets the top right latitude and longitude.
Declaration
public Point TopRight { get; }
Property Value
Type |
---|
System.Windows.Point |