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 * pVal
);
public: HRESULT put_InactiveFillTranslucency(
double pVal
);
|
[Java] |
---|
public double getInactiveFillTranslucency();
public void setInactiveFillTranslucency(
double
);
|
See Also