Gets or sets the distance to the far view plane.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.0.0.0 (1.0.0.9509)

Syntax

C#
public float Far { get; set; }
Visual Basic
Public Property Far As Single
	Get
	Set
Visual C++
public:
property float Far {
	float get ();
	void set (float value);
}

Field Value

The distance to the far view plane.

See Also