Class
DiagramZoomEventArgs

Encapsulates data related to diagram zoom events.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public class DiagramZoomEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsDiagramZoomEventArgs

Properties

IsAnimationRunning

Gets whether a zoom animation is currently running.

Declaration

cs-api-definition
public bool IsAnimationRunning { get; }

Property Value

bool

TargetZoom

Gets or sets the result zoom. By default this property contains the coerced new zoom. If custom value is set it will be coerced before being set as a value to the zoom.

Declaration

cs-api-definition
public double TargetZoom { get; set; }

Property Value

double

Zoom

Gets the old zoom value.

Declaration

cs-api-definition
public double Zoom { get; }

Property Value

double

ZoomPoint

Gets the zoom point.

Declaration

cs-api-definition
public Point ZoomPoint { get; }

Property Value

Point