menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipDrawingEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TooltipDrawingEventArgs

    Class implementation for TooltipDrawingEventArgs

    Inheritance
    System.Object
    TooltipDrawingEventArgs
    Namespace: Com.Syncfusion.Treemap
    Assembly: Syncfusion.SfTreeMap.Android.dll
    Syntax
    public class TooltipDrawingEventArgs : EventArgs

    Constructors

    TooltipDrawingEventArgs()

    Declaration
    public TooltipDrawingEventArgs()

    Properties

    P0

    Gets or sets the point

    Declaration
    public PointF P0 { get; set; }
    Property Value
    Type
    Android.Graphics.PointF

    P1

    Gets or sets the canvas

    Declaration
    public Canvas P1 { get; set; }
    Property Value
    Type
    Android.Graphics.Canvas

    P2

    Gets or sets the data

    Declaration
    public object P2 { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved