Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Tooltip Class / Position Property

In This Topic
    Position Property (C1Tooltip)
    In This Topic
    Gets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element. Default value is PopupPosition.Above
    Syntax
    'Declaration
     
    
    Public Property Position As PopupPosition
    public PopupPosition Position {get; set;}
    See Also