Description
Animation Translucency Percentage: the translucency of the static graphics when grid points are filled. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Translucency() As Double
|
[C#] |
---|
public double Translucency {get; set;}
|
[Managed C++] |
---|
public: __property double get_Translucency(); public: __property void set_Translucency(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Translucency(
double * pVal
);
public: HRESULT put_Translucency(
double Translucency
);
|
[Java] |
---|
public double getTranslucency();
public void setTranslucency(
double
);
|
See Also