Table of Contents

Class LineSegment

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

Constructors

LineSegment()

public LineSegment()

Fields

PointProperty

Defines the Point property.

public static readonly StyledProperty<Point> PointProperty

Field Value

StyledProperty<Point>

Properties

Point

Gets or sets the point.

public Point Point { get; set; }

Property Value

Point

The point.

Methods

ToString()

public override string ToString()

Returns

string