Class ToolTipSetting
Class which represents the tooltip setting.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ToolTipSetting : DependencyObject, INotifyPropertyChanged
Constructors
ToolTipSetting()
Declaration
public ToolTipSetting()
Fields
BackgroundProperty
Using a DependencyProperty as the backing store for Background. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
| Type |
|---|
| System.Windows.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 |
|---|
| System.Windows.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 |
|---|
| System.Windows.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 |
|---|
| System.Windows.DependencyProperty |
ForegroundProperty
Using a DependencyProperty as the backing store for Foreground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
| Type |
|---|
| System.Windows.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 |
|---|
| System.Windows.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 |
|---|
| System.Windows.DependencyProperty |
ShowDurationProperty
Using a DependencyProperty as the backing store for ShowDuration.This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowDurationProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
StrokeProperty
Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
StrokeThicknessProperty
Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
ToolTipTemplateProperty
Using a DependencyProperty as the backing store for DataTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
ValuePathProperty
Using a DependencyProperty as the backing store for ValuePath. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
Background
Gets or sets the background for the tooltip.
Declaration
public Brush Background { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.Brush |
Data
Gets the underlying data of the tapped Shape/Bubble/Marker.
Declaration
public object Data { get; }
Property Value
| Type |
|---|
| System.Object |
FontFamily
Gets or sets the font family for the tooltip text.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
| Type |
|---|
| System.Windows.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 |
|---|
| System.Windows.FontStyle |
Foreground
Gets or sets the foreground for the tooltip text.
Declaration
public Brush Foreground { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.Brush |
Margin
Gets or sets the margin for the tooltip content.
Declaration
public Thickness Margin { get; set; }
Property Value
| Type |
|---|
| System.Windows.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 |
|---|
| System.Windows.Media.PointCollection |
ShowDuration
Gets or sets the visible duration of the tooltip.
Declaration
public int ShowDuration { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
Stroke
Gets or sets the stroke for the tooltip.
Declaration
public Brush Stroke { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.Brush |
StrokeThickness
Gets or sets the width of the tooltip outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |
ToolTipTemplate
Gets or sets the System.Windows.DataTemplate that defines the visual representation of the tooltip.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.DataTemplate | The object that represents the visual representation of the tooltip. The registered default is null. |
Remarks
The DataContext of the ToolTipTemplate is ToolTipSetting
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 |