Class
DiagramLayoutRoutedEventArgs

The event argument supplied when the diagram layout event is raised.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public sealed class DiagramLayoutRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsDiagramLayoutRoutedEventArgs

Constructors

DiagramLayoutRoutedEventArgs(DiagramLayoutEventArgs)

Initializes a new instance of the DiagramLayoutRoutedEventArgs class.

Declaration

cs-api-definition
public DiagramLayoutRoutedEventArgs(DiagramLayoutEventArgs args)

Parameters

args

DiagramLayoutEventArgs

The DiagramLayoutEventArgs instance containing the event data.

Properties

LayoutSettings

Gets the layout settings specific to the applied layout type.

Declaration

cs-api-definition
public object LayoutSettings { get; }

Property Value

object

LayoutType

Gets the type of the layout algorithm that has been applied.

Declaration

cs-api-definition
public LayoutType LayoutType { get; }

Property Value

LayoutType

NewState

Gets state and the positions of shapes after the layout was applied.

Declaration

cs-api-definition
public DiagramLayoutState NewState { get; }

Property Value

DiagramLayoutState

OldState

Gets state and the positions of shapes before the layout was applied.

Declaration

cs-api-definition
public DiagramLayoutState OldState { get; }

Property Value

DiagramLayoutState