menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IQuadraticCurveSegment - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IQuadraticCurveSegment

    Represents a quadraticcurvesegment to drawn between two points.

    Inherited Members
    IConnectorSegment.BezierSmoothness
    IConnectorSegment.Constraints
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IQuadraticCurveSegment : IConnectorSegment, INotifyPropertyChanged

    Properties

    Point1

    Gets or sets a source control point of quadratic curve segment.

    Declaration
    Nullable<Point> Point1 { get; set; }
    Property Value
    Type
    System.Nullable<Windows.Foundation.Point>

    Point2

    Gets or sets a target control point of quadratic curve segment.

    Declaration
    Nullable<Point> Point2 { get; set; }
    Property Value
    Type
    System.Nullable<Windows.Foundation.Point>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved