Class ShapeLayoutState
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.
Inheritance
System.Object
ShapeLayoutState
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ShapeLayoutState : Object
Constructors
ShapeLayoutState()
Declaration
public ShapeLayoutState()
Properties
Position
Gets or sets the position.
Declaration
public Point Position { get; set; }
Property Value
System.Windows.Point
The position. |