menu

UWP

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

    Show / Hide Table of Contents

    Class TooltipSetting

    Class implementation of TooltipSetting

    Inheritance
    System.Object
    TooltipSetting
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class TooltipSetting : DependencyObject, INotifyPropertyChanged

    Constructors

    TooltipSetting()

    Declaration
    public TooltipSetting()

    Fields

    BackgroundColorProperty

    Using a DependencyProperty as the backing store for BackgroundColor. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BackgroundColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DataTemplateProperty

    Using a DependencyProperty as the backing store for DataTemplate. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DataTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DurationProperty

    Using a DependencyProperty as the backing store for Duration. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DurationProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EnableAnimationProperty

    Using a DependencyProperty as the backing store for Enable Animation. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty EnableAnimationProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EnableProperty

    Using a DependencyProperty as the backing store for Enable. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty EnableProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontFamilyProperty

    Using a DependencyProperty as the backing store for FontFamily. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontSizeProperty

    Using a DependencyProperty as the backing store for FontSize. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontStyleProperty

    Using a DependencyProperty as the backing store for FontStyle. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MarginProperty

    Using a DependencyProperty as the backing store for margin. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty MarginProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PointerLengthProperty

    Using a DependencyProperty as the backing store for pointer length. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty PointerLengthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StrokeColorProperty

    Using a DependencyProperty as the backing store for StrokeColor. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty StrokeColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StrokeWidthProperty

    Using a DependencyProperty as the backing store for Duration. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty StrokeWidthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TextColorProperty

    Using a DependencyProperty as the backing store for TextColor. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TextColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ValuePathProperty

    Declaration
    public static readonly DependencyProperty ValuePathProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    BackgroundColor

    Gets or sets the background color for the tooltip.

    Declaration
    public Brush BackgroundColor { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Duration

    Gets or sets the duration to display the tooltip.

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

    EnableAnimation

    Gets or sets a value indicating whether to enable animation or not.

    Declaration
    public bool EnableAnimation { get; set; }
    Property Value
    Type
    System.Boolean

    FontFamily

    Gets or sets the font family for the tooltip text.

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.FontFamily

    FontSize

    Gets or sets the font size for the tooltip text.

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

    FontStyle

    Gets or sets the fontStyle for the tooltip text.

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontStyle

    Margin

    Gets or sets the margin for the tooltip content.

    Declaration
    public Thickness Margin { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    PointerLength

    Gets or sets the length of the tooltip pointer.

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

    PolygonPoints

    Gets the polygon points of the tooltip pointer.

    Declaration
    public PointCollection PolygonPoints { get; }
    Property Value
    Type
    Windows.UI.Xaml.Media.PointCollection

    ShapeData

    Gets the shape data

    Declaration
    public object ShapeData { get; }
    Property Value
    Type
    System.Object

    ShowTooltip

    Gets or sets the value indicating whether to enable the tooltip or not.

    Declaration
    public bool ShowTooltip { get; set; }
    Property Value
    Type
    System.Boolean

    StrokeColor

    Gets or sets the color for the tooltip stroke.

    Declaration
    public Brush StrokeColor { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    StrokeWidth

    Gets or sets the width for the tooltip stroke.

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

    Tag

    Gets or sets an arbitrary object value that can be used to store custom information about this object.

    Declaration
    public object Tag { get; set; }
    Property Value
    Type
    System.Object

    TextColor

    Gets or sets color for the tooltip text.

    Declaration
    public Brush TextColor { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    TooltipTemplate

    Gets or sets the custom data template for the tooltip.

    Declaration
    public DataTemplate TooltipTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    Value

    Gets the underlying value of the tapped Shape / Bubble / Marker.

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

    ValuePath

    Gets or sets the path from which to retrieve data for the tooltip.

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

    Events

    PropertyChanged

    The property changed event

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved