Class TooltipSetting
Class implementation of TooltipSetting
Inheritance
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.UWP.dll
Syntax
public class TooltipSetting : DependencyObject
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 |
---|
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 |
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 |
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 |
---|
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 |
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 |
---|
Windows.UI.Xaml.DependencyProperty |
ValueProperty
Using a DependencyProperty as the backing store for Value. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Background
Gets or sets the Background color for the tooltip view.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Data
Gets or sets the selected item data for the tooltip
Declaration
public object Data { get; set; }
Property Value
Type |
---|
System.Object |
Duration
Gets or sets the duration for tooltip in seconds
Declaration
public int Duration { get; set; }
Property Value
Type |
---|
System.Int32 |
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 |
Foreground
Gets or sets the Foreground for the tooltip text
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Margin
Gets or sets the margin for the tooltip.
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
PointerLength
Gets or sets the pointer length for the tooltip
Declaration
public double PointerLength { get; set; }
Property Value
Type |
---|
System.Double |
Stroke
Gets or sets the Stroke Color for the tooltip view
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
TooltipTemplate
Gets or sets the tooltip data template
Declaration
public DataTemplate TooltipTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |