InertiaExpansionBehavior2D Class
Describes desired expansion behavior of an inertia processor.
Assembly: System.Windows.Input.Manipulations (in System.Windows.Input.Manipulations.dll)
System.Windows.Input.Manipulations::InertiaParameters2D
System.Windows.Input.Manipulations::InertiaExpansionBehavior2D
| Name | Description | |
|---|---|---|
![]() | InertiaExpansionBehavior2D() | Initializes a new instance of the InertiaExpansionBehavior2D class. |
| Name | Description | |
|---|---|---|
![]() | DesiredDeceleration | Gets or sets the desired expansion deceleration, in coordinate units per millisecond squared. |
![]() | DesiredExpansionX | Gets or sets the desired expansion along the x-axis, in coordinate units. |
![]() | DesiredExpansionY | Gets or sets the desired expansion along the y-axis, in coordinate units. |
![]() | InitialRadius | Gets or sets the initial average radius, in coordinate units. |
![]() | InitialVelocityX | Gets or sets the initial expansion velocity along the x-axis, in coordinate units per millisecond. |
![]() | InitialVelocityY | Gets or sets the initial expansion velocity along the y-axis, in coordinate units per millisecond. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

