TooltipOptions Class

Class TooltipOptions.

Inheritance

Object

TooltipOptions

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class TooltipOptions

Constructors

TooltipOptionsLink to this section

Class TooltipOptions.

Declaration
public TooltipOptions()

Properties

ChildContentLink to this section

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 to this section

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 to this section

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 to this section

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 to this section

Gets or sets the CSS class.

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

DelayLink to this section

Gets or sets the delay.

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

DurationLink to this section

Gets or sets the duration.

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

PositionLink to this section

Gets or sets the position.

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

StyleLink to this section

Gets or sets the style.

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

TextLink to this section

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 🗙