[]
        
(Showing Draft Content)

C1.Blazor.Input.C1Tooltip

C1Tooltip Class

Inheritance
C1Tooltip
Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
public class C1Tooltip : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
C1Tooltip()

Fields

Name Description
ContentProperty
GapProperty
HideDelayProperty
PositionProperty
ShowDelayProperty
TargetCssProperty
TargetProperty

Properties

Name Description
Content

Gets or Sets the content of tooltip.

Gap

Gets or sets the distance between the tooltip and the target element.

HideDelay

Gets or sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element.

Position

Gets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element. Default value is PopupPosition.Above

ShowDelay

Gets or sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element.

Target

Gets or sets the id of target element.

TargetCss

Gets or sets the Css class name of target element.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Hide()
Show()