Set the percent Translucency for Active/Inactive Boundary.
Read-write property
[Visual Basic .NET] |
---|
Public Property ActiveInactiveBoundaryTranslucency() As Double |
[C#] |
---|
public double ActiveInactiveBoundaryTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_ActiveInactiveBoundaryTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_ActiveInactiveBoundaryTranslucency( double * pVal ); public: HRESULT put_ActiveInactiveBoundaryTranslucency( double pVal ); |
[Java] |
---|
public double getActiveInactiveBoundaryTranslucency(); public void setActiveInactiveBoundaryTranslucency( double ); |