Show / Hide Table of Contents

Class QuadraticBezierSegment

Creates a quadratic Bezier curve between two points in a PathFigure.

Inheritance
System.Object
DependencyObject
PathSegment
QuadraticBezierSegment
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class QuadraticBezierSegment : PathSegment, IDependencyObject

Constructors

| Improve this Doc View Source

QuadraticBezierSegment()

Initializes a new instance of the QuadraticBezierSegment class.

Declaration
public QuadraticBezierSegment()

Fields

| Improve this Doc View Source

Point1Property

Identifies the Point1 dependency property.

Declaration
public static readonly DependencyProperty Point1Property
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

Point2Property

Identifies the Point2 dependency property.

Declaration
public static readonly DependencyProperty Point2Property
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Point1

Gets or sets the control point of the curve.

Declaration
public Point Point1 { get; set; }
Property Value
Type Description
Point

The control point of this QuadraticBezierSegment. The default value is a Point with value 0,0.

| Improve this Doc View Source

Point2

Gets or sets the end Point of this QuadraticBezierSegment.

Declaration
public Point Point2 { get; set; }
Property Value
Type Description
Point

The end point of this QuadraticBezierSegment. The default value is a Point with value 0,0.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source