Make the contour cone translucent at the specified percentage.
Read-write property
[Visual Basic .NET] |
---|
Public Property TranslucentLines() As Boolean |
[C#] |
---|
public bool TranslucentLines {get; set;} |
[Managed C++] |
---|
public: __property bool get_TranslucentLines(); |
[Unmanaged C++] |
---|
public: HRESULT get_TranslucentLines( VARIANT_BOOL * pVal ); public: HRESULT put_TranslucentLines( VARIANT_BOOL TranslucentLines ); |
[Java] |
---|
public bool getTranslucentLines(); public void setTranslucentLines( bool ); |