Select the translucency of the line between track points.
Read-write property
[Visual Basic .NET] |
---|
Public Property Translucency() As Integer |
[C#] |
---|
public int Translucency {get; set;} |
[Managed C++] |
---|
public: __property int get_Translucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_Translucency( int * pVal ); public: HRESULT put_Translucency( int Translucency ); |
[Java] |
---|
public Integer getTranslucency(); public void setTranslucency( Integer ); |