ClassDiagramZoomEventArgs
Class
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.
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.
Zoom
Gets the old zoom value.
ZoomPoint
Gets the zoom point.
Declaration
cs-api-definition
public Point ZoomPoint { get; }
Property Value
Point