ConstantViewSize.CurrentDistancePercent 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.
0 to 1 between MinDistance and MaxDistance. If current is less than max, object is potentially on a surface [or some other condition like interpolating] (since it may still be on surface, but scale percent may be clamped at max). This value is subject to inaccuracies due to smoothing/interpolation/momentum.
public:
property float CurrentDistancePercent { float get(); };
public float CurrentDistancePercent { get; }
member this.CurrentDistancePercent : single
Public ReadOnly Property CurrentDistancePercent As Single