Class HeatMapToolTipSettings
Inheritance
System.Object
HeatMapToolTipSettings
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HeatMapToolTipSettings : DependencyObject
Constructors
HeatMapToolTipSettings()
Declaration
public HeatMapToolTipSettings()
Fields
HorizontalOffsetProperty
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
InitialShowDelayProperty
Declaration
public static readonly DependencyProperty InitialShowDelayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PlacementProperty
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PlacementRectangleProperty
Declaration
public static readonly DependencyProperty PlacementRectangleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PlacementTargetProperty
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ShowDurationProperty
Declaration
public static readonly DependencyProperty ShowDurationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ToolTipFormatProperty
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ToolTipTemplateProperty
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
VerticalOffsetProperty
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
|
System.Double
|
InitialShowDelay
Declaration
public int InitialShowDelay { get; set; }
Property Value
|
System.Int32
|
Placement
PlacementRectangle
Declaration
public Rect PlacementRectangle { get; set; }
Property Value
|
Windows.Foundation.Rect
|
PlacementTarget
Declaration
public UIElement PlacementTarget { get; set; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|
ShowDuration
Declaration
public int ShowDuration { get; set; }
Property Value
|
System.Int32
|
ToolTipFormat
Declaration
public string ToolTipFormat { get; set; }
Property Value
|
System.String
|
ToolTipTemplate
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
|
System.Double
|