ShapeLayoutState
Class
Captures the essential information about a shape so that layout information can be recorded in the undo-redo stack and animation can be applied globally.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public sealed class ShapeLayoutState
Inheritance: objectShapeLayoutState
Constructors
C#
public ShapeLayoutState()
Properties
Position
Point
Gets or sets the position.
C#
public Point Position { get; set; }
The position.