menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TooltipSetting

    Class implementation of TooltipSetting.

    Inheritance
    System.Object
    TooltipSetting
    Namespace: Syncfusion.SfTreeMap.XForms
    Assembly: Syncfusion.SfTreeMap.XForms.dll
    Syntax
    public class TooltipSetting : Element, IThemeElement

    Constructors

    TooltipSetting()

    Initializes a new instance of the TooltipSetting class.

    Declaration
    public TooltipSetting()

    Fields

    BackgroundColorProperty

    The BackgroundColorProperty bindable property.

    Declaration
    public static readonly BindableProperty BackgroundColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    DurationProperty

    The DurationProperty bindable property.

    Declaration
    public static readonly BindableProperty DurationProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontAttributesProperty

    The FontAttributeProperty bindable property.

    Declaration
    public static readonly BindableProperty FontAttributesProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontFamilyProperty

    The FontFamilyProperty bindable property.

    Declaration
    public static readonly BindableProperty FontFamilyProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontSizeProperty

    The FontSizeProperty bindable property.

    Declaration
    public static readonly BindableProperty FontSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MarginProperty

    The MarginProperty bindable property.

    Declaration
    public static readonly BindableProperty MarginProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    PointerLengthProperty

    The PointerLengthProperty bindable property.

    Declaration
    public static readonly BindableProperty PointerLengthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StrokeColorProperty

    The StrokeColorProperty bindable property.

    Declaration
    public static readonly BindableProperty StrokeColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextColorProperty

    The TextColorProperty bindable property.

    Declaration
    public static readonly BindableProperty TextColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TooltipTemplateProperty

    The TooltipTemplateProperty bindable property.

    Declaration
    public static readonly BindableProperty TooltipTemplateProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    BackgroundColor

    Gets or sets the background color.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    Duration

    Gets or sets the duration.

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

    FontAttributes

    Gets or sets the font attributes.

    Declaration
    public FontAttributes FontAttributes { get; set; }
    Property Value
    Type
    Xamarin.Forms.FontAttributes

    FontFamily

    Gets or sets the font family.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Gets or sets the font size.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    Margin

    Gets or sets the tooltip Margin.

    Declaration
    public Thickness Margin { get; set; }
    Property Value
    Type
    Xamarin.Forms.Thickness

    PointerLength

    Gets or sets the pointer length.

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

    StrokeColor

    Gets or sets the stroke color.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    TextColor

    Gets or sets the text color.

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    TooltipTemplate

    Gets or sets the tooltip template.

    Declaration
    public DataTemplate TooltipTemplate { get; set; }
    Property Value
    Type
    Xamarin.Forms.DataTemplate
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved