InertiaExpansionBehavior.DesiredExpansion 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 amount the element resizes at the end of inertia.
public:
property double DesiredExpansion { double get(); void set(double value); };
double DesiredExpansion();
void DesiredExpansion(double value);
public double DesiredExpansion { get; set; }
var double = inertiaExpansionBehavior.desiredExpansion;
inertiaExpansionBehavior.desiredExpansion = double;
Public Property DesiredExpansion As Double
Property Value
Double
double
The amount the element resizes at the end of inertia.