Description
Gets or sets the translucency of the
Projection's
far plane.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property FarPlaneTranslucency() As Single
|
[C#] |
public float FarPlaneTranslucency {get; set;}
|
[Managed C++] |
public: __property float get_FarPlaneTranslucency();
public: __property void set_FarPlaneTranslucency(
float
);
|
[Unmanaged C++] |
public: HRESULT get_FarPlaneTranslucency(
float * pRetVal
);
public: HRESULT put_FarPlaneTranslucency(
float NewFarPlaneTranslucency
);
|
[Java] |
public float getFarPlaneTranslucency();public void setFarPlaneTranslucency(
float
);
|
See Also