Position of the flag along the edge element.
[Visual Basic 6.0] Property Percentage As Double
[Visual Basic .NET] Public Property Percentage As Double
[C#] public double Percentage {get; set;}
[Java] public Double getPercentage() throws IOException, AutomationException
[Java] public void setPercentage( Double Percentage ) throws IOException, AutomationException
[C++]
HRESULT get_Percentage(
double* Percentage
);
[C++] HRESULT put_Percentage( double Percentage);
Parameters
Percentage [out, retval]
Percentage is a parameter of type double
Percentage [in]
Percentage is a parameter of type double