ProjectionCamera.NearPlaneDistance Property

Definition

Gets or sets a value that specifies the distance from the camera of the camera's near clip plane.

public:
 property double NearPlaneDistance { double get(); void set(double value); };
public double NearPlaneDistance { get; set; }
member this.NearPlaneDistance : double with get, set
Public Property NearPlaneDistance As Double

Property Value

Double that specifies the distance from the camera of the camera's near clip plane.

Remarks

It is recommended that this property be set to a positive value. If the user does not set a value for this property, its value defaults to 0.125.

Dependency Property Information

Identifier field NearPlaneDistanceProperty
Metadata properties set to true None

Applies to