WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TooltipOptions

    Provides the customization options for tooltip.

    Inheritance
    System.Object
    TooltipOptions
    Implements
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Color

    BorderColor

    Gets or sets the border color for tooltip.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    BorderWidth

    Gets or sets the border width for tooltip.

    Declaration
    public int BorderWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    Font

    Gets or sets the font for tooltip content.

    Declaration
    public Font Font { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    ForeColor

    Gets or sets the fore color for tooltip.

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved