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