Class TrackBallPositionChangingEventArgs
Encapsulates the data associated with the PositionChanging event.
Inheritance
System.Object
TrackBallPositionChangingEventArgs
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class TrackBallPositionChangingEventArgs : EventArgs
Properties
NewPosition
Gets or sets the new position.
Declaration
public Point NewPosition { get; set; }
Property Value
System.Windows.Point
|
PreviousPosition
Gets the previous position.
Declaration
public Point PreviousPosition { get; }
Property Value
System.Windows.Point
|