New to Telerik UI for WPFStart a free 30-day trial

Represents a line.

Definition

Namespace:Telerik.Windows.Media.Imaging.Shapes

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class LineShape : IShape

Inheritance: objectLineShape

Implements: IShape

Constructors

C#
public LineShape()

Properties

Gets the display name of a shape.

C#
public string DisplayName { get; }
Property Value:

The display name.

Implements: IShape.DisplayName

Methods

Gets the line shape geometry.

C#
public Geometry GetShapeGeometry()
Returns:

Geometry

The geometry of a line.

Implements: IShape.GetShapeGeometry()