Class TooltipOptions
Provides the customization options for tooltip.
Inheritance
System.Object
TooltipOptions
Implements
System.IDisposable
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.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class TooltipOptions : IDisposable
Constructors
TooltipOptions()
Initializes a new instance of the TooltipOptions class
Declaration
public TooltipOptions()
Properties
BackColor
Gets or sets the back color for tooltip.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border color for tooltip.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderWidth
Gets or sets the border width for tooltip.
Declaration
public int BorderWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
Font
Gets or sets the font for tooltip content.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color for tooltip.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ShadowVisible
Gets or sets a value indicating whether to show shadow should for the tooltip.
Declaration
public bool ShadowVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
System.IDisposable