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