Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PositionValues

    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

    Previous

    Gets or sets the previous position.

    Declaration
    public PointF Previous { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved