Gets or sets the color of the Projection's far plane.
Read-write property
[Visual Basic .NET] |
---|
Public Property FarPlaneColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color FarPlaneColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_FarPlaneColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_FarPlaneColor( uint * pRetVal ); public: HRESULT put_FarPlaneColor( uint FarPlaneColor ); |
[Java] |
---|
public long getFarPlaneColor(); public void setFarPlaneColor( long ); |