Blazor

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

    Show / Hide Table of Contents

    Class FirstVector

    Represents the length and angle between the source point and the first control point of a diagram.

    Inheritance
    System.Object
    SfDiagramBase
    FirstVector
    SecondVector
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FirstVector : SfDiagramBase

    Constructors

    FirstVector()

    Represents the length and angle between the source point and the first control point of a diagram.

    Declaration
    public FirstVector()

    Properties

    Angle

    Defines the angle between the connector end point and control point of the bezier segment.

    Declaration
    public double Angle { get; set; }
    Property Value
    Type Description
    System.Double

    Distance

    Defines the distance between the connector end point and control point of the bezier segment.

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