Specify the fill translucency percentage of the area within the contours. Translucency ranges from 0 to 100 percent, where 100 percent is invisible.
Read-write property
[Visual Basic .NET] |
---|
Public Property FillTranslucency() As Double |
[C#] |
---|
public double FillTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_FillTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_FillTranslucency( double * pVal ); public: HRESULT put_FillTranslucency( double pVal ); |
[Java] |
---|
public double getFillTranslucency(); public void setFillTranslucency( double ); |