ClassDiagramLayoutRoutedEventArgs
Class
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
The DiagramLayoutEventArgs instance containing the event data.
Properties
LayoutSettings
Gets the layout settings specific to the applied layout type.
LayoutType
Gets the type of the layout algorithm that has been applied.
NewState
Gets state and the positions of shapes after the layout was applied.
Declaration
cs-api-definition
public DiagramLayoutState NewState { get; }
Property Value
OldState
Gets state and the positions of shapes before the layout was applied.
Declaration
cs-api-definition
public DiagramLayoutState OldState { get; }
Property Value