New to Telerik UI for WPFStart a free 30-day trial

A class used to set up the tool tip of the HeatMapColorGrid.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class HeatMapToolTipSettings : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorHeatMapToolTipSettings

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

C#
public HeatMapToolTipSettings()

Fields

HorizontalOffsetProperty

DependencyProperty

Identifies the HorizontalOffset dependency property.

C#
public static readonly DependencyProperty HorizontalOffsetProperty

InitialShowDelayProperty

DependencyProperty

Identifies the InitialShowDelay dependency property.

C#
public static readonly DependencyProperty InitialShowDelayProperty

PlacementProperty

DependencyProperty

Identifies the Placement dependency property.

C#
public static readonly DependencyProperty PlacementProperty

PlacementRectangleProperty

DependencyProperty

Identifies the PlacementRectangle dependency property.

C#
public static readonly DependencyProperty PlacementRectangleProperty

PlacementTargetProperty

DependencyProperty

Identifies the PlacementTarget dependency property.

C#
public static readonly DependencyProperty PlacementTargetProperty

ShowDurationProperty

DependencyProperty

Identifies the ShowDuration dependency property.

C#
public static readonly DependencyProperty ShowDurationProperty

ToolTipFormatProperty

DependencyProperty

Identifies the ToolTipFormat dependency property.

C#
public static readonly DependencyProperty ToolTipFormatProperty

ToolTipTemplateProperty

DependencyProperty

Identifies the ToolTipTemplate dependency property.

C#
public static readonly DependencyProperty ToolTipTemplateProperty

VerticalOffsetProperty

DependencyProperty

Identifies the VerticalOffset dependency property.

C#
public static readonly DependencyProperty VerticalOffsetProperty

Properties

Gets or sets the offset from the left of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties.

C#
public double HorizontalOffset { get; set; }

Gets or sets the length of time before a tooltip opens.

C#
public int InitialShowDelay { get; set; }

Placement

PlacementMode

Gets or sets the orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries.

C#
public PlacementMode Placement { get; set; }

Gets or sets the rectangular area relative to which the tooltip is positioned.

C#
public Rect PlacementRectangle { get; set; }

Gets or sets the object relative to which the tooltip is positioned.

C#
public UIElement PlacementTarget { get; set; }

Gets or sets a value that determines how long should the tooltip stay visible before disappearing.

C#
public int ShowDuration { get; set; }

Gets or sets the tool tip format string.

C#
public string ToolTipFormat { get; set; }

ToolTipTemplate

DataTemplate

Gets or sets the tool tip template.

C#
public DataTemplate ToolTipTemplate { get; set; }

Gets or sets the distance from the top of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties.

C#
public double VerticalOffset { get; set; }