Class ToolTipSetting
Class which represents the tooltip setting.
Inheritance
System.Object
ToolTipSetting
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfMaps.WPF.dll
public class ToolTipSetting : DependencyObject, INotifyPropertyChanged
Constructors
Declaration
Fields
Using a DependencyProperty as the backing store for Background. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for FontFamily. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for FontSize. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for FontStyle. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for Foreground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for margin. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MarginProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
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 |
Description |
System.Windows.DependencyProperty |
|
Declaration
public static readonly DependencyProperty ShowDurationProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Using a DependencyProperty as the backing store for DataTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
Gets or sets the background for the tooltip.
Declaration
public Brush Background { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Gets the underlying data of the tapped Shape/Bubble/Marker.
Declaration
public object Data { get; }
Property Value
Type |
Description |
System.Object |
|
Gets or sets the font family for the tooltip text.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
Description |
System.Windows.Media.FontFamily |
|
Gets or sets the font size for the tooltip text.
Declaration
public double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Gets or sets the fontStyle for the tooltip text.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
Description |
System.Windows.FontStyle |
|
Gets or sets the foreground for the tooltip text.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Gets or sets the margin for the tooltip content.
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
Description |
System.Windows.Thickness |
|
Gets or sets the length of the tooltip pointer.
Declaration
public double PointerLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Gets the polygon points of the tooltip pointer.
Declaration
public PointCollection PolygonPoints { get; }
Property Value
Type |
Description |
System.Windows.Media.PointCollection |
|
Gets or sets the visible duration of the tooltip.
Declaration
public int ShowDuration { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the stroke for the tooltip.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Gets or sets the width of the tooltip outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
Type |
Description |
System.Windows.DataTemplate |
|
Gets the underlying value of the tapped Shape / Bubble / Marker.
Declaration
public string Value { get; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the path from which to retrieve data for the tooltip.
Declaration
public string ValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Events
The property changed event
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged