Class StartSegment
Represents the starting segment.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class StartSegment : Segment
Constructors
StartSegment()
Declaration
public StartSegment()
Properties
X
Gets or sets the initial X position.
Declaration
public float X { get; set; }
Property Value
Type |
---|
System.Single |
Y
Gets or sets the initial Y position.
Declaration
public float Y { get; set; }
Property Value
Type |
---|
System.Single |