ResizingEventArgs
Class
Represent resizing event args.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public sealed class ResizingEventArgs : ItemsManipulationEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsResizingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ResizingEventArgs class.
C#
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds, Point mousePosition)
The items.
newBoundsRectThe new bounds.
mousePositionPointThe mouse position.
Initializes a new instance of the ResizingEventArgs class.
C#
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds)
The items.
newBoundsRectThe new bounds.
Initializes a new instance of the ResizingEventArgs class.
C#
public ResizingEventArgs(IEnumerable<IDiagramItem> items)
The items.
Properties
NewBounds
Rect
Gets the new bounds.
C#
public Rect NewBounds { get; }