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 |