Description
Fraction of leading portion of track to
display. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property Fraction() As Double
|
| [C#] |
public double Fraction {get; set;}
|
| [Managed C++] |
public: __property double get_Fraction();
public: __property void set_Fraction(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_Fraction(
double * pRetVal
);
public: HRESULT put_Fraction(
double NewFraction
);
|
| [Java] |
public double getFraction();public void setFraction(
double
);
|
See Also