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

This class holds the shape's metadata.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public class ShapeInfo

Inheritance: objectShapeInfo

Constructors

Initializes a new instance of the ShapeInfo class.

C#
public ShapeInfo(Point position, Size size, double angle)
Parameters:positionPoint

The position.

sizeSize

The size.

angledouble

The angle.

Properties

Gets or sets the angle.

C#
public double Angle { get; }
Property Value:

The angle.

Gets or sets the position.

C#
public Point Position { get; }
Property Value:

The position.

Size

Size

Gets or sets the size.

C#
public Size Size { get; }
Property Value:

The size.