HeatmapToolTipOptions Members
Contains options for heatmap cell tooltips.Constructors
| Name | Description |
|---|---|
| HeatmapToolTipOptions() | Initializes a new instance of the HeatmapToolTipOptions class. |
Fields
| Name | Description |
|---|---|
| AutoPopDelayProperty static | Identifies the AutoPopDelay dependency property. |
| CloseOnClickProperty static | Identifies the CloseOnClick dependency property. |
| ContentMarginProperty static | Identifies the ContentMargin dependency property. |
| InitialDelayProperty static | Identifies the InitialDelay dependency property. |
| OpenModeProperty static | Identifies the OpenMode dependency property. |
| PatternProperty static | Identifies the Pattern dependency property. |
Properties
| Name | Description |
|---|---|
| AutoPopDelay | Gets or sets the time interval during which the tooltip is displayed. |
| CloseOnClick | Specifies whether a tooltip is closed when its corresponding visual element is clicked. |
| ContentMargin | Gets or sets content margins. |
| InitialDelay | Gets or sets the delay before the tooltip is displayed. |
| OpenMode | Specifies when heatmap tooltips are displayed. |
| Pattern | Gets or sets a format string that is applied to tooltip text. |
See Also