Class ResizingEventArgs
Represent resizing event args.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ResizingEventArgs : ItemsManipulationEventArgs
Constructors
ResizingEventArgs(IEnumerable<IDiagramItem>)
Initializes a new instance of the Resizing
Declaration
public ResizingEventArgs(IEnumerable<IDiagramItem> items)
Parameters
System. The items. |
ResizingEventArgs(IEnumerable<IDiagramItem>, Rect)
Initializes a new instance of the Resizing
Declaration
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds)
Parameters
System. The items. |
System. The new bounds. |
ResizingEventArgs(IEnumerable<IDiagramItem>, Rect, Point)
Initializes a new instance of the Resizing
Declaration
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds, Point mousePosition)
Parameters
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.
|