Class DiagramLayoutRoutedEventArgs
The event argument supplied when the diagram layout event is raised.
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class DiagramLayoutRoutedEventArgs : RadRoutedEventArgs
Constructors
DiagramLayoutRoutedEventArgs(DiagramLayoutEventArgs)
Initializes a new instance of the Diagram
Declaration
public DiagramLayoutRoutedEventArgs(DiagramLayoutEventArgs args)
Parameters
Diagram The Diagram |
Properties
LayoutSettings
Gets the layout settings specific to the applied layout type.
Declaration
public object LayoutSettings { get; }
Property Value
System.
|
See Also
LayoutType
Gets the type of the layout algorithm that has been applied.
Declaration
public LayoutType LayoutType { get; }
Property Value
NewState
Gets state and the positions of shapes after the layout was applied.
Declaration
public DiagramLayoutState NewState { get; }
Property Value
OldState
Gets state and the positions of shapes before the layout was applied.
Declaration
public DiagramLayoutState OldState { get; }