Class TipPointerPosition
Applicable tip positions are attached to the Tooltip.
Inheritance
System.Object
TipPointerPosition
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TipPointerPosition : Enum
Fields
Auto
Automatically adjusts the tip pointer position.
Declaration
public const TipPointerPosition Auto
Field Value
Type |
---|
TipPointerPosition |
End
Positions the tip pointer at the end of the Tooltip element.
Declaration
public const TipPointerPosition End
Field Value
Type |
---|
TipPointerPosition |
Middle
Positions the tip pointer in the middle of the Tooltip element.
Declaration
public const TipPointerPosition Middle
Field Value
Type |
---|
TipPointerPosition |
Start
Positions the tip pointer at the start of the Tooltip element.
Declaration
public const TipPointerPosition Start
Field Value
Type |
---|
TipPointerPosition |