XYDiagram2DScrollEventArgs Properties
Provides data for the XYDiagram2D.Scroll event.
Name | Description |
---|---|
Axis |
Gets the X-axis, along which the scrolling has been performed. |
Axis |
Gets the Y-axis, along which the scrolling has been performed. |
Handled |
Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
Inherited from Routed |
New |
Obsolete. Gets the new value of the Axis. property for the X-axis.
|
New |
Obsolete. Gets the new value of the Axis. property for the Y-axis.
|
New |
Gets the new value of the Axis2D. |
New |
Gets the new value of the Axis2D. |
Old |
Obsolete. Gets the old value of the Axis. property for the X-axis.
|
Old |
Obsolete. Gets the old value of the Axis. property for the Y-axis.
|
Old |
Gets the old value of the Axis2D. |
Old |
Gets the old value of the Axis2D. |
Original |
Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Inherited from Routed |
Pane | Gets a pane along which scrolling has been performed. |
Routed |
Gets or sets the Routed |
Scroll |
Gets the scrolling orientation, i. |
Source |
Gets or sets a reference to the object that raised the event.
Inherited from Routed |
Type | Gets the scrolling type, which specifies scrolling characteristics. |
See Also