Description
The translucency percent of the filled area, where 100 percent is invisible.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PercentTranslucencyInterior() As Double
|
[C#] |
---|
public double PercentTranslucencyInterior {get; set;}
|
[Managed C++] |
---|
public: __property double get_PercentTranslucencyInterior(); public: __property void set_PercentTranslucencyInterior(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PercentTranslucencyInterior(
double * pPercTrans
);
public: HRESULT put_PercentTranslucencyInterior(
double pPercTrans
);
|
[Java] |
---|
public double getPercentTranslucencyInterior();
public void setPercentTranslucencyInterior(
double
);
|
See Also