menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TooltipSetting

    Class Implementation of TooltipSetting

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

    Constructors

    TooltipSetting()

    Initializes a new instance of the TooltipSetting class.

    Declaration
    public TooltipSetting()

    Properties

    BackgroundColor

    Gets or sets the background color

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    Duration

    Gets or sets the tooltip duration

    Declaration
    public int Duration { get; set; }
    Property Value
    Type
    System.Int32

    MarginBottom

    Gets or sets the margin bottom

    Declaration
    public float MarginBottom { get; set; }
    Property Value
    Type
    System.Single

    MarginLeft

    Gets or sets the margin left

    Declaration
    public float MarginLeft { get; set; }
    Property Value
    Type
    System.Single

    MarginRight

    Gets or sets the margin right

    Declaration
    public float MarginRight { get; set; }
    Property Value
    Type
    System.Single

    MarginTop

    Gets or sets the margin top

    Declaration
    public float MarginTop { get; set; }
    Property Value
    Type
    System.Single

    PointerLength

    Gets or sets the pointer length

    Declaration
    public float PointerLength { get; set; }
    Property Value
    Type
    System.Single

    StrokeColor

    Gets or sets the color for tooltip Stroke

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    TextColor

    Gets or sets the color for tooltip text

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    TextSize

    Gets or sets the font size

    Declaration
    public float TextSize { get; set; }
    Property Value
    Type
    System.Single

    TypeFace

    Gets or sets the font for tooltip

    Declaration
    public Typeface TypeFace { get; set; }
    Property Value
    Type
    Android.Graphics.Typeface

    Methods

    GetView(Object, Context)

    Returns the View for the tooltip

    Declaration
    public virtual View GetView(object data, Context context)
    Parameters
    Type Name Description
    System.Object data

    The selected data

    Android.Content.Context context

    application context

    Returns
    Type Description
    Android.Views.View

    Returns the tooltip view

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