Description
Set the percent Translucency for Inactive Fill.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property InactiveFillTranslucency() As Double
|
| [C#] |
|---|
public double InactiveFillTranslucency {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_InactiveFillTranslucency(); public: __property void set_InactiveFillTranslucency( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InactiveFillTranslucency( double * pRetVal ); public: HRESULT put_InactiveFillTranslucency( double NewInactiveFillTranslucency );
|
| [Java] |
|---|
public double getInactiveFillTranslucency();public void setInactiveFillTranslucency( double );
|
See Also