The translucency of the mask, where 1 = completely invisible.
Read-write property
[Visual Basic .NET] |
---|
Public Property InteriorTranslucency() As Double |
[C#] |
---|
public double InteriorTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_InteriorTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_InteriorTranslucency( double * pVal ); public: HRESULT put_InteriorTranslucency( double pVal ); |
[Java] |
---|
public double getInteriorTranslucency(); public void setInteriorTranslucency( double ); |