[]
public class C1Tooltip : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
Name | Description |
---|---|
C1Tooltip() |
Name | Description |
---|---|
ContentProperty | |
GapProperty | |
HideDelayProperty | |
PositionProperty | |
ShowDelayProperty | |
TargetCssProperty | |
TargetProperty |
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. |
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
Hide() | |
Show() |