Gets or sets the translucency of the background between 0 and 1 inclusive.
Read-write property
[Visual Basic .NET] |
---|
Public Property BackgroundTranslucency() As Double |
[C#] |
---|
public double BackgroundTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_BackgroundTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_BackgroundTranslucency( double * pRetVal ); public: HRESULT put_BackgroundTranslucency( double Translucency ); |
[Java] |
---|
public double getBackgroundTranslucency(); public void setBackgroundTranslucency( double ); |