Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramPoint

    Show / Hide Table of Contents

    Class DiagramPoint

    Represents the point in a diagram where a node/connector to be placed in it.

    Inheritance
    System.Object
    SfDiagramBase
    DiagramPoint
    CancelOffset
    ConnectorDisplacementPoint
    ConnectorSourcePoint
    ConnectorTargetPoint
    FailureOffset
    FirstSegmentPoint
    SecondSegmentPoint
    StraightSegmentPoint
    SuccessOffset
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramPoint : SfDiagramBase

    Constructors

    DiagramPoint()

    Represents the point in a diagram where a node/connector to be placed in it.

    Declaration
    public DiagramPoint()

    Properties

    X

    Sets the X-coordinate of a position.

    Declaration
    public Nullable<double> X { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Y

    Sets the Y-coordinate of a position.

    Declaration
    public Nullable<double> Y { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved