menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramElementTooltip - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramElementTooltip

    Represents a tooltip component associated with diagram elements such as nodes, connectors, ports, or user handles. This class manages the display, configuration, and lifecycle of tooltips within the diagram component environment.

    Inheritance
    System.Object
    DiagramElementTooltip
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramElementTooltip : OwningComponentBase

    Constructors

    DiagramElementTooltip()

    Initializes a new instance of the DiagramElementTooltip class.

    Declaration
    public DiagramElementTooltip()

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved