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