Set the percent Translucency for Active Fill.
Read-write property
[Visual Basic .NET] |
---|
Public Property ActiveFillTranslucency() As Double |
[C#] |
---|
public double ActiveFillTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_ActiveFillTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_ActiveFillTranslucency( double * pVal ); public: HRESULT put_ActiveFillTranslucency( double pVal ); |
[Java] |
---|
public double getActiveFillTranslucency(); public void setActiveFillTranslucency( double ); |