Class
ResizeRoutedEventArgs

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 ItemsManipulationRoutedEventArgs.MousePositionDiagramItemsRoutedEventArgs.Items

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

IEnumerable<IDiagramItem>

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

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