InertiaExpansionBehavior2D.DesiredExpansionX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the desired expansion along the x-axis, in coordinate units.
public:
property float DesiredExpansionX { float get(); void set(float value); };
public float DesiredExpansionX { get; set; }
member this.DesiredExpansionX : single with get, set
Public Property DesiredExpansionX As Single
Property Value
The desired expansion along the x-axis, in coordinate units.
Remarks
Expansion must be proportional. The value of this property must equal the value of the DesiredExpansionY property when the inertia processor starts; otherwise an exception is thrown.
This property value is mutually exclusive with the DesiredDeceleration property; setting this property will set DesiredDeceleration to NaN
.
The default value for this property is NaN
.
DesiredExpansionX must be a finite, non-negative number. The rate of expansion is determined by the InitialVelocityX property.
This property cannot be set while the inertia processor is running; otherwise, an exception is thrown.