Class
ShapeInfo

This class holds the shape's metadata.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class ShapeInfo

Inheritance: objectShapeInfo

Constructors

ShapeInfo(Point, Size, double)

Initializes a new instance of the ShapeInfo class.

Declaration

cs-api-definition
public ShapeInfo(Point position, Size size, double angle)

Parameters

position

Point

The position.

size

Size

The size.

angle

double

The angle.

Properties

Angle

Gets or sets the angle.

Declaration

cs-api-definition
public double Angle { get; }

Property Value

double

The angle.

Position

Gets or sets the position.

Declaration

cs-api-definition
public Point Position { get; }

Property Value

Point

The position.

Size

Gets or sets the size.

Declaration

cs-api-definition
public Size Size { get; }

Property Value

Size

The size.