Interface IQuadraticCurveSegment
Represents a quadraticcurvesegment to drawn between two points.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IQuadraticCurveSegment : IConnectorSegment, INotifyPropertyChanged
Properties
Point1
Gets or sets a source control point of quadratic curve segment.
Declaration
Point? Point1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Windows.Point> |
Point2
Gets or sets a target control point of quadratic curve segment.
Declaration
Point? Point2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Windows.Point> |