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.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundaryFillPercentTranslucency() As Double |
[C#] |
---|
public double BoundaryFillPercentTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_BoundaryFillPercentTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundaryFillPercentTranslucency( double * pVal ); public: HRESULT put_BoundaryFillPercentTranslucency( double pVal ); |
[Java] |
---|
public double getBoundaryFillPercentTranslucency(); public void setBoundaryFillPercentTranslucency( double ); |