This document is archived and information here might be outdated. Recommended version. |
The percent of visible area to keep the followed feature within.
[Visual Basic .NET]
Public Property FollowThreshold As Double
[C#]
public double FollowThreshold {get; set;}
[C++]
HRESULT get_FollowThreshold(
System.Double* screenPercent
);
[C++]
HRESULT put_FollowThreshold(
double screenPercent
);
[C++] Parameters screenPercent [out, retval]
screenPercent is a parameter of type double* screenPercent [in]
screenPercent is a parameter of type double