Class ToolTipInfo
Represents the configuration settings for tooltips displayed in the TreeMap control.
Inheritance
System.Object
ToolTipInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class ToolTipInfo
Remarks
Allows customization of tooltip header and content patterns, as well as background color.
Constructors
ToolTipInfo()
Initializes a new instance of the ToolTipInfo class with default settings. Sets the background color to white by default.
Declaration
public ToolTipInfo()
Properties
BackColor
Gets or sets the background color of the tooltip in ToolTipInfo.
Declaration
public Color BackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
ToolTipContentPattern
Gets or sets the pattern used to format the tooltip content text in ToolTipInfo.
Declaration
public string ToolTipContentPattern { get; set; }
Property Value
| Type |
|---|
| System.String |
ToolTipHeaderPattern
Gets or sets the pattern used to format the tooltip header text in ToolTipInfo.
Declaration
public string ToolTipHeaderPattern { get; set; }
Property Value
| Type |
|---|
| System.String |