menu

UWP

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

    Show / Hide Table of Contents

    Class QuadraticCurveSegment

    Represents a quadraticcurvesegment to drawn between two points.

    Inheritance
    System.Object
    QuadraticCurveSegment
    Implements
    IQuadraticCurveSegment
    IConnectorSegment
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class QuadraticCurveSegment : Object, IQuadraticCurveSegment, IConnectorSegment, INotifyPropertyChanged

    Constructors

    QuadraticCurveSegment()

    Initializes a new instance of the QuadraticCurveSegment class.

    Declaration
    public QuadraticCurveSegment()

    Properties

    BezierSmoothness

    Gets or sets BezierSmoothness of the QuadraticCurveSegment.

    Declaration
    public BezierSmoothness BezierSmoothness { get; set; }
    Property Value
    Type
    BezierSmoothness

    Constraints

    Gets or sets SegmentConstraints of the QuadraticCurveSegment to add or remove additional behaviors.

    Declaration
    public SegmentConstraints Constraints { get; set; }
    Property Value
    Type
    SegmentConstraints

    Editable

    Gets or sets a value for Editable.

    Declaration
    public Editable Editable { get; set; }
    Property Value
    Type
    Editable

    Point1

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

    Declaration
    public 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
    public Nullable<Point> Point2 { get; set; }
    Property Value
    Type
    System.Nullable<Windows.Foundation.Point>

    Methods

    OnPropertyChanged(String)

    Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(name).

    Declaration
    protected virtual void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IQuadraticCurveSegment
    IConnectorSegment
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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