Class ShapeInfo
This class holds the shape's metadata.
Inheritance
System.Object
ShapeInfo
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ShapeInfo : Object
Constructors
ShapeInfo(Point, Size, Double)
Initializes a new instance of the Shape
Declaration
public ShapeInfo(Point position, Size size, double angle)
Parameters
System. The position. |
System. The size. |
System. The angle. |
Properties
Angle
Gets or sets the angle.
Declaration
public double Angle { get; }
Property Value
System. The angle. |
Position
Gets or sets the position.
Declaration
public Point Position { get; }
Property Value
System. The position. |
Size
Gets or sets the size.
Declaration
public Size Size { get; }
Property Value
System. The size. |