The C1ToolTip type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AutoCloseDelay |
Gets or sets tooltip auto close after the milliseconds it shows.
|
![]() | AutoTooltipify |
Gets or sets if tooltip replace all elements that have 'title' property to a nicer look.
|
![]() | CalloutAnimationDuration |
Defines how long (in milliseconds) the animation of the Callout will run.
|
![]() | CalloutEasing |
The easing that is applied to the callout animation.
|
![]() | CalloutOffset |
Gets or sets the offset of the callout.
|
![]() | CalloutSide |
Gets or sets which side the callout will show.
|
![]() | CloseBehavior |
Gets or Sets close behavior of the tooltip.
|
![]() | CurrentTargetControlID |
Gets the id of current targetcontrol
|
![]() | Height |
Gets or sets height of C1ToolTip.
|
![]() | HideAnimation |
Hide Animation Effect.
|
![]() | HideDelay |
Hide delay in milliseconds before tooltip start popups.
Default value is 100.
|
![]() | HideDuration |
Hide Animation duration in milliseconds.
|
![]() | HideEasing |
Specifies the transition for Hide animation.
|
![]() | Modal |
Gets or sets whether a tooltip is modal or not.
|
![]() | MouseTrailing |
Gets or sets whether the tooltip will move to follow mouse movement.
|
![]() | OffsetX |
Gets or sets the tooltip's horizontal offset from the target control.
|
![]() | OffsetY |
Gets or sets the tooltip's vertical offset from the target control.
|
![]() | Position |
Gets or sets position of the tooltip relative to the target element.
|
![]() | RelativeTo |
Gets or sets the element that tooltip should relative to.
|
![]() | ScrollBehavior |
Gets the scroll behavior object.
|
![]() | ShowAnimation |
Show Animation Effect.
|
![]() | ShowCallOut |
Gets or sets whether the tooltip will show the callout.
|
![]() | ShowDelay |
Show delay in milliseconds before tooltip start popups.
Default value is 100.
|
![]() | ShowDuration |
Show Animation duration in milliseconds.
|
![]() | ShowEasing |
Specifies the transition for show animation.
|
![]() | ShowEvent |
Gets or sets the client event at which the tooltip will be made visible.
|
![]() | Text |
Gets or sets the content text of the control.
|
![]() | Title |
Gets or sets the title of the control.
|
![]() | ToolTipZoneID |
Gets or sets the element whose children will be tooltipified.
|
![]() | VisibleOnPageLoad |
Gets or sets whether the tooltip will open automatically when the page is load.
|
![]() | VisualStyle |
Gets or sets the VisualStyle for the calendar.
(Overrides C1ThemeableControlBaseVisualStyle()()()().) |
![]() | Width |
Gets or sets width of C1ToolTip.
|