menu

Blazor

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

    Show / Hide Table of Contents

    Class DiagramObject

    Represents the class that acts as the base class for the diagram object.

    Inheritance
    System.Object
    DiagramObject
    Annotation
    BezierConnectorSettings
    ConnectorSegment
    ConnectorShape
    DecoratorSettings
    DiagramIcon
    DiagramPoint
    DiagramThickness
    DiagramTooltip
    FixedUserHandle
    GradientBrush
    GradientStop
    HyperlinkSettings
    KeyboardCommand
    NodeBase
    Port
    SegmentThumbSettings
    Shadow
    Shape
    ShapeStyle
    UserHandle
    Vector
    Implements
    IDiagramObject
    System.ICloneable
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramObject : Object, IDiagramObject, ICloneable

    Constructors

    DiagramObject()

    Initializes a new instance of the DiagramObject.

    Declaration
    public DiagramObject()

    DiagramObject(DiagramObject)

    Creates a new instance of the DiagramObject from the given DiagramObject.

    Declaration
    public DiagramObject(DiagramObject src)
    Parameters
    Type Name Description
    DiagramObject src

    DiagramObject

    Methods

    Clone()

    Creates a new diagram object that is a copy of the current diagram object.

    Declaration
    public virtual object Clone()
    Returns
    Type Description
    System.Object

    DiagramObject

    GetParent()

    Gets the parent of an object when the method is invoked.

    Declaration
    public IDiagramObject GetParent()
    Returns
    Type Description
    IDiagramObject

    returns a parent of an object.

    OnPropertyChanged(String, Object, Object, IDiagramObject)

    Invoked when the effective value of any property on this diagram objects has been updated.

    Declaration
    public void OnPropertyChanged(string propertyName, object newVal, object oldVal, IDiagramObject container)
    Parameters
    Type Name Description
    System.String propertyName
    System.Object newVal
    System.Object oldVal
    IDiagramObject container

    Implements

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