Class
ResizingEventArgs

Represent resizing event args.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public sealed class ResizingEventArgs : ItemsManipulationEventArgs

Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsResizingEventArgs

Inherited Members ItemsManipulationEventArgs.MousePositionDiagramItemsEventArgs.ItemsEventArgs.Empty

Constructors

ResizingEventArgs(IEnumerable<IDiagramItem>)

Initializes a new instance of the ResizingEventArgs class.

Declaration

cs-api-definition
public ResizingEventArgs(IEnumerable<IDiagramItem> items)

Parameters

items

IEnumerable<IDiagramItem>

The items.

ResizingEventArgs(IEnumerable<IDiagramItem>, Rect)

Initializes a new instance of the ResizingEventArgs class.

Declaration

cs-api-definition
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds)

Parameters

items

IEnumerable<IDiagramItem>

The items.

newBounds

Rect

The new bounds.

ResizingEventArgs(IEnumerable<IDiagramItem>, Rect, Point)

Initializes a new instance of the ResizingEventArgs class.

Declaration

cs-api-definition
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds, Point mousePosition)

Parameters

items

IEnumerable<IDiagramItem>

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