Translucency of the filled polygon. Dimensionless.
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 FillTranslucency ); |
[Java] |
---|
public double getFillTranslucency(); public void setFillTranslucency( double ); |