Gets or sets the primitive's translucency.
Translucency
is between 0
and 1
, where 0
is opaque and 1
is transparent.Read-write property
[Visual Basic .NET] |
---|
Public Property Translucency() As Single |
[C#] |
---|
public float Translucency {get; set;} |
[Managed C++] |
---|
public: __property float get_Translucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_Translucency( float * pRetVal ); public: HRESULT put_Translucency( float Translucency ); |
[Java] |
---|
public float getTranslucency(); public void setTranslucency( float ); |