Table of Contents

Class QuadraticBezierSegment

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public sealed class QuadraticBezierSegment : PathSegment, INotifyPropertyChanged
Inheritance
QuadraticBezierSegment
Implements
Inherited Members
Extension Methods

Constructors

QuadraticBezierSegment()

public QuadraticBezierSegment()

Fields

Point1Property

Defines the Point1 property.

public static readonly StyledProperty<Point> Point1Property

Field Value

StyledProperty<Point>

Point2Property

Defines the Point2 property.

public static readonly StyledProperty<Point> Point2Property

Field Value

StyledProperty<Point>

Properties

Point1

Gets or sets the point1.

public Point Point1 { get; set; }

Property Value

Point

The point1.

Point2

Gets or sets the point2.

public Point Point2 { get; set; }

Property Value

Point

The point2.

Methods

ToString()

public override string ToString()

Returns

string