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
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ShapeLayoutState
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. |