menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipDrawingEventArgs - API Reference

    Show / Hide Table of Contents

    Class TooltipDrawingEventArgs

    Class implementation of tooltip drawing event args

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

    Constructors

    TooltipDrawingEventArgs()

    Declaration
    public TooltipDrawingEventArgs()

    Properties

    P0

    Gets or sets the value for P0

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

    P1

    Gets or sets the value for P1

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

    P2

    Gets or sets the value P2

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