Class ResizeRoutedEventArgs
Represents resizing routed event args.
Inheritance
System.Object
ResizeRoutedEventArgs
Inherited Members
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 ResizeRoutedEventArgs class.
Declaration
public ResizeRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
ResizeRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Rect, Point)
Initializes a new instance of the ResizeRoutedEventArgs class.
Declaration
public ResizeRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Rect newBounds, Point mousePosition)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
System.Windows.Rect
newBounds
The new bounds. |
System.Windows.Point
mousePosition
The mouse position. |
Properties
NewBounds
Gets the new bounds.
Declaration
public Rect NewBounds { get; }
Property Value
System.Windows.Rect
|