Maximum pitch angle value, that is, maximum rotation angle value allowed around the X axle. If the value set is smaller than MinPitch, the property is set to MinPitch.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double MaxPitch { get; set; }
Visual Basic
Public Property MaxPitch As Double
	Get
	Set
JScript
function get MaxPitch () : double
function set MaxPitch (value : double)

See Also