Gets or sets the translucency of the Projection's shadow.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShadowTranslucency() As Single |
[C#] |
---|
public float ShadowTranslucency {get; set;} |
[Managed C++] |
---|
public: __property float get_ShadowTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShadowTranslucency( float * pRetVal ); public: HRESULT put_ShadowTranslucency( float ShadowTranslucency ); |
[Java] |
---|
public float getShadowTranslucency(); public void setShadowTranslucency( float ); |