If selected, earlier occurrences of a geometric element display fade over time so that it is drawn as completely filled at the most recent animation time and fades as the animation moves forward.
Read-write property
[Visual Basic .NET] |
---|
Public Property Transparent() As Boolean |
[C#] |
---|
public bool Transparent {get; set;} |
[Managed C++] |
---|
public: __property bool get_Transparent(); |
[Unmanaged C++] |
---|
public: HRESULT get_Transparent( VARIANT_BOOL * pVal ); public: HRESULT put_Transparent( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getTransparent(); public void setTransparent( bool ); |