Class DiagramLayoutRoutedEventArgs
The event argument supplied when the diagram layout event is raised.
Inherited Members
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 DiagramLayoutRoutedEventArgs class.
Declaration
public DiagramLayoutRoutedEventArgs(DiagramLayoutEventArgs args)
Parameters
DiagramLayoutEventArgs
args
The DiagramLayoutEventArgs instance containing the event data. |
Properties
LayoutSettings
Gets the layout settings specific to the applied layout type.
Declaration
public object LayoutSettings { get; }
Property Value
System.Object
|
See Also
LayoutType
Gets the type of the layout algorithm that has been applied.
Declaration
public LayoutType LayoutType { get; }
Property Value
LayoutType
|
NewState
Gets state and the positions of shapes after the layout was applied.
Declaration
public DiagramLayoutState NewState { get; }
Property Value
DiagramLayoutState
|
OldState
Gets state and the positions of shapes before the layout was applied.
Declaration
public DiagramLayoutState OldState { get; }
Property Value
DiagramLayoutState
|