Table of Contents

Class PolyBezierSegment

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

PolyBezierSegment

public sealed class PolyBezierSegment : PathSegment, INotifyPropertyChanged
Inheritance
PolyBezierSegment
Implements
Inherited Members
Extension Methods

Constructors

PolyBezierSegment()

public PolyBezierSegment()

PolyBezierSegment(IEnumerable<Point>, bool)

public PolyBezierSegment(IEnumerable<Point> points, bool isStroked)

Parameters

points IEnumerable<Point>
isStroked bool

Fields

PointsProperty

Points DirectProperty definition

public static readonly DirectProperty<PolyBezierSegment, Points?> PointsProperty

Field Value

DirectProperty<PolyBezierSegment, Points>

Properties

Points

Gets or sets the Point collection that defines this PolyBezierSegment object.

[Content]
public Points? Points { get; set; }

Property Value

Points

The points.

Methods

ToString()

public override string ToString()

Returns

string