alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class HeatMapMouseEventArgs

    Specifies class for HeatMap Mouse event args.

    Inheritance
    object
    ClientXY
    HeatMapMouseEventArgs
    Inherited Members
    ClientXY.ClientX
    ClientXY.ClientY
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeatMapMouseEventArgs : ClientXY

    Constructors

    HeatMapMouseEventArgs()

    Declaration
    public HeatMapMouseEventArgs()

    Properties

    ChangedTouches

    Specifies a list of all the touch objects whose state changed between the previous touch and this touch.

    Declaration
    public ClientXY ChangedTouches { get; set; }
    Property Value
    Type
    ClientXY

    CtrlKey

    Specifies whether CTRL key is pressed.

    Declaration
    public bool CtrlKey { get; set; }
    Property Value
    Type
    bool

    MouseX

    Specifies the MouseX

    Declaration
    public double MouseX { get; set; }
    Property Value
    Type
    double

    MouseY

    Specifies the MouseY

    Declaration
    public double MouseY { get; set; }
    Property Value
    Type
    double

    PointerId

    Specifies the Pointer id.

    Declaration
    public double PointerId { get; set; }
    Property Value
    Type
    double

    PointerType

    Specifies the Pointer type.

    Declaration
    public string PointerType { get; set; }
    Property Value
    Type
    string

    PreventDefault

    If sets to true, default action will be prevented.

    Declaration
    public bool PreventDefault { get; set; }
    Property Value
    Type
    bool

    Target

    Specifies the Target.

    Declaration
    public string Target { get; set; }
    Property Value
    Type
    string

    Touches

    Specifies a list of all the touch objects that are currently in contact with the surface

    Declaration
    public List<Touches> Touches { get; set; }
    Property Value
    Type
    List<Touches>

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved