New to Telerik UI for WinFormsStart a free 30-day trial

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.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class ShapeLayoutState

Inheritance: objectShapeLayoutState

Constructors

C#
public ShapeLayoutState()

Properties

Gets or sets the position.

C#
public Point Position { get; set; }
Property Value:

The position.