Class TooltipOptions
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Class TooltipOptions.
public class TooltipOptions
- Inheritance
-
TooltipOptions
- Inherited Members
Constructors
TooltipOptions()
public TooltipOptions()
Properties
ChildContent
Gets or sets the child content.
public RenderFragment<TooltipService> ChildContent { get; set; }
Property Value
- RenderFragment<TooltipService>
The child content.
CloseTooltipOnDocumentClick
Gets or sets a value indicating whether the tooltip should be closed by clicking the document.
public bool CloseTooltipOnDocumentClick { get; set; }
Property Value
- bool
true
if closeable; otherwise,false
.
CssClass
Gets or sets the CSS class.
public string CssClass { get; set; }
Property Value
- string
The CSS class.
Delay
Gets or sets the delay.
public int? Delay { get; set; }
Property Value
- int?
The delay.
Duration
Gets or sets the duration.
public int? Duration { get; set; }
Property Value
- int?
The duration.
Position
Gets or sets the position.
public TooltipPosition Position { get; set; }
Property Value
- TooltipPosition
The position.
Style
Gets or sets the style.
public string Style { get; set; }
Property Value
- string
The style.
Text
Gets or sets the text.
public string Text { get; set; }
Property Value
- string
The text.