menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CenterChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CenterChangedEventArgs

    To implement CenterChangedEventArgs in imagery layer

    Inheritance
    System.Object
    System.EventArgs
    CenterChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved