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