Gets or sets the color of the Projection's frustum.
Read-write property
[Visual Basic .NET] |
---|
Public Property FrustumColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color FrustumColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_FrustumColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_FrustumColor( uint * pRetVal ); public: HRESULT put_FrustumColor( uint FrustumColor ); |
[Java] |
---|
public long getFrustumColor(); public void setFrustumColor( long ); |