Class TooltipOptions
Class TooltipOptions.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class TooltipOptions
Constructors
TooltipOptions()
Class TooltipOptions.
Declaration
public TooltipOptions()
Properties
ChildContent
Gets or sets the child content.
Declaration
public RenderFragment<TooltipService> ChildContent { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TooltipService> | The child content. |
CloseTooltipOnDocumentClick
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 |
---|---|
bool |
|
CssClass
Gets or sets the CSS class.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
string | The CSS class. |
Delay
Gets or sets the delay.
Declaration
public int? Delay { get; set; }
Property Value
Type | Description |
---|---|
int? | The delay. |
Duration
Gets or sets the duration.
Declaration
public int? Duration { get; set; }
Property Value
Type | Description |
---|---|
int? | The duration. |
Position
Gets or sets the position.
Declaration
public TooltipPosition Position { get; set; }
Property Value
Type | Description |
---|---|
TooltipPosition | The position. |
Style
Gets or sets the style.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
string | The style. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string | The text. |