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.
|
InitialShowDelayProperty
Declaration
public static readonly DependencyProperty InitialShowDelayProperty
Field Value
Microsoft.
|
PlacementProperty
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
Microsoft.
|
PlacementRectangleProperty
Declaration
public static readonly DependencyProperty PlacementRectangleProperty
Field Value
Microsoft.
|
PlacementTargetProperty
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
Microsoft.
|
ShowDurationProperty
Declaration
public static readonly DependencyProperty ShowDurationProperty
Field Value
Microsoft.
|
ToolTipFormatProperty
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
Microsoft.
|
ToolTipTemplateProperty
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
Microsoft.
|
VerticalOffsetProperty
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
Microsoft.
|
Properties
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
InitialShowDelay
Declaration
public int InitialShowDelay { get; set; }
Property Value
System.
|
Placement
PlacementRectangle
Declaration
public Rect PlacementRectangle { get; set; }
Property Value
Windows.
|
PlacementTarget
Declaration
public UIElement PlacementTarget { get; set; }
Property Value
Microsoft.
|
ShowDuration
Declaration
public int ShowDuration { get; set; }
Property Value
System.
|
ToolTipFormat
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.
|
ToolTipTemplate
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
Microsoft.
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|