Description
Specify the percent translucency of the region covered by the area target. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BoundaryFillPercentTranslucency() As Double
|
| [C#] |
|---|
public double BoundaryFillPercentTranslucency {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_BoundaryFillPercentTranslucency(); public: __property void set_BoundaryFillPercentTranslucency( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BoundaryFillPercentTranslucency( double * pRetVal ); public: HRESULT put_BoundaryFillPercentTranslucency( double NewBoundaryFillPercentTranslucency );
|
| [Java] |
|---|
public double getBoundaryFillPercentTranslucency();public void setBoundaryFillPercentTranslucency( double );
|
See Also