Class ResizeRoutedEventArgs
Represents resizing routed event args.
Inheritance
System.Object
ResizeRoutedEventArgs
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class ResizeRoutedEventArgs : ItemsManipulationRoutedEventArgs
Constructors
ResizeRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>)
Initializes a new instance of the Resize
Declaration
public ResizeRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters
System. The routed event. |
System. The items. |
ResizeRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Rect, Point)
Initializes a new instance of the Resize
Declaration
public ResizeRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Rect newBounds, Point mousePosition)
Parameters
System. The routed event. |
System. The items. |
System. The new bounds. |
System. The mouse position. |
Properties
NewBounds
Gets the new bounds.
Declaration
public Rect NewBounds { get; }
Property Value
System.
|