Class TooltipPosition
Position of the tooltip against the target element.
Inheritance
System.Object
TooltipPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TooltipPosition : Enum
Fields
Bottom
Position the tooltip at the bottom of the target element.
Declaration
public const TooltipPosition Bottom
Field Value
TooltipPosition
|
Left
Position the tooltip at the left of the target element.
Declaration
public const TooltipPosition Left
Field Value
TooltipPosition
|
Right
Position the tooltip at the right of the target element.
Declaration
public const TooltipPosition Right
Field Value
TooltipPosition
|
Top
Position the tooltip at the top of the target element.
Declaration
public const TooltipPosition Top
Field Value
TooltipPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|