Class TooltipOptions.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class TooltipOptionsGets or sets the child content.
public RenderFragment<TooltipService> ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment<TooltipService> | Gets or sets the child content. |
Gets or sets the horizontal viewport coordinate to anchor the tooltip to. When set, the tooltip is positioned relative to this point instead of the element.
public double? ClientX { get; set; }
| Type | Description |
|---|---|
| double? | Gets or sets the horizontal viewport coordinate to anchor the tooltip to. When set, the tooltip is positioned relative to this point instead of the element. |
Gets or sets the vertical viewport coordinate to anchor the tooltip to. When set, the tooltip is positioned relative to this point instead of the element.
public double? ClientY { get; set; }
| Type | Description |
|---|---|
| double? | Gets or sets the vertical viewport coordinate to anchor the tooltip to. When set, the tooltip is positioned relative to this point instead of the element. |
Gets or sets a value indicating whether the tooltip should be closed by clicking the document.
public bool CloseTooltipOnDocumentClick { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the tooltip should be closed by clicking the document. |
Gets or sets the CSS class.
public string CssClass { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the CSS class. |
Gets or sets the delay.
public int? Delay { get; set; }
| Type | Description |
|---|---|
| int? | Gets or sets the delay. |
Gets or sets the duration.
public int? Duration { get; set; }
| Type | Description |
|---|---|
| int? | Gets or sets the duration. |
Gets or sets the position.
public TooltipPosition Position { get; set; }
| Type | Description |
|---|---|
| TooltipPosition | Gets or sets the position. |
Gets or sets the style.
public string Style { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the style. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |