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