menu

Blazor

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

    Show / Hide Table of Contents

    Class PositionValues

    Gets or sets the position values.

    Inheritance
    System.Object
    PositionValues
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PositionValues : Object

    Constructors

    PositionValues()

    Declaration
    public PositionValues()

    Properties

    Current

    Gets or sets the current position.

    Declaration
    public PointF Current { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    A System.Drawing.PointF representing the current position.

    Remarks

    This value represents the current coordinate or position during interactions.

    Previous

    Gets or sets the previous position.

    Declaration
    public PointF Previous { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    A System.Drawing.PointF representing the previous position.

    Remarks

    This value is updated during interactions such as dragging or panning.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved