TooltipOptions Class

Class TooltipOptions.

Inheritance

Object

TooltipOptions

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class TooltipOptions

Constructors

TooltipOptionslink

Class TooltipOptions.

Declaration
public TooltipOptions()

Properties

ChildContentlink

Gets or sets the child content.

Declaration
public RenderFragment<TooltipService> ChildContent { get; set; }
Property Value
Type Description
RenderFragment<TooltipService>Gets or sets the child content.

ClientXlink

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.

Declaration
public double? ClientX { get; set; }
Property Value
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.

ClientYlink

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.

Declaration
public double? ClientY { get; set; }
Property Value
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.

CloseTooltipOnDocumentClicklink

Gets or sets a value indicating whether the tooltip should be closed by clicking the document.

Declaration
public bool CloseTooltipOnDocumentClick { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the tooltip should be closed by clicking the document.

CssClasslink

Gets or sets the CSS class.

Declaration
public string CssClass { get; set; }
Property Value
Type Description
stringGets or sets the CSS class.

Delaylink

Gets or sets the delay.

Declaration
public int? Delay { get; set; }
Property Value
Type Description
int?Gets or sets the delay.

Durationlink

Gets or sets the duration.

Declaration
public int? Duration { get; set; }
Property Value
Type Description
int?Gets or sets the duration.

Positionlink

Gets or sets the position.

Declaration
public TooltipPosition Position { get; set; }
Property Value
Type Description
TooltipPositionGets or sets the position.

Stylelink

Gets or sets the style.

Declaration
public string Style { get; set; }
Property Value
Type Description
stringGets or sets the style.

Textlink

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙