ToolTipOptions Members
Contains settings that define how to display tooltips within a Tree Map.Constructors
| Name | Description |
|---|---|
| ToolTipOptions() | Initializes a new instance of the ToolTipOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| AutoPopDelayProperty static | Identifies the ToolTipOptions.AutoPopDelay dependency property. |
| CloseOnClickProperty static | Identifies the ToolTipOptions.CloseOnClick dependency property. |
| InitialDelayProperty static | Identifies the ToolTipOptions.InitialDelay dependency property. |
| OpenModeProperty static | Identifies the ToolTipOptions.OpenMode dependency property. |
| PositionProperty static | Identifies the ToolTipOptions.Position dependency property. |
Properties
| Name | Description |
|---|---|
| AutoPopDelay | Gets or sets the time interval in which tooltip is displayed. |
| CloseOnClick | Gets or sets a value indicating whether a tooltip is closed when a tree map item is clicked. |
| InitialDelay | Gets or sets the delay before tooltips are invoked. |
| OpenMode | Gets or sets the opening mode of tooltips. |
| Owner | Returns an object’s owner. Inherited from TreeMapDependencyObject. |
| Position | Gets or sets a value indicating how the tooltip position is defined. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject. |
See Also