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.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public sealed class ShapeLayoutState

Inheritance: objectShapeLayoutState

Constructors

ShapeLayoutState()

Declaration

cs-api-definition
public ShapeLayoutState()

Properties

Position

Gets or sets the position.

Declaration

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

Property Value

Point

The position.