Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramEventAnnotation - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramEventAnnotation

    DiagramObject is the interface for the diagram object.

    Inheritance
    System.Object
    DiagramEventAnnotation
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramEventAnnotation : Object

    Constructors

    DiagramEventAnnotation()

    Declaration
    public DiagramEventAnnotation()

    Properties

    ConnectorAnnotation

    returns the connector annotation.

    Declaration
    public DiagramConnectorAnnotation ConnectorAnnotation { get; set; }
    Property Value
    Type Description
    DiagramConnectorAnnotation

    NodeAnnotation

    returns the node annotation.

    Declaration
    public DiagramNodeAnnotation NodeAnnotation { get; set; }
    Property Value
    Type Description
    DiagramNodeAnnotation

    TextNode

    returns the text node.

    Declaration
    public DiagramNode TextNode { get; set; }
    Property Value
    Type Description
    DiagramNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved