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