Class FirstVector
Represents the length and angle between the source point and the first control point of a diagram.
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 |