ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TooltipBase Class
Properties


In This Topic
    TooltipBase Class Members
    In This Topic

    The following tables list the members exposed by TooltipBase.

    Public Properties
     NameDescription
    Public PropertyGets or sets the tooltip CSS class  
    Public PropertyGets or sets the distance between the tooltip and the target element.  
    Public PropertyGets or sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element.  
    Public PropertyGets or sets whether the tooltip contents should be displayed as plain text or as HTML.  
    Public PropertyOccurs before the tooltip content is displayed.  
    Public PropertyGets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element.  
    Public PropertyGets or sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element.  
    Public PropertyGets or sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element.  
    Top
    See Also