Class TooltipOptions
Class TooltipOptions.
Inheritance
System.Object
TooltipOptions
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class TooltipOptions : object
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 |
---|---|
System.Boolean |
|
CssClass
Gets or sets the CSS class.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CSS class. |
Delay
Gets or sets the delay.
Declaration
public int? Delay { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The delay. |
Duration
Gets or sets the duration.
Declaration
public int? Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | 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 |
---|---|
System.String | The style. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |