Maximum yaw angle value, that is, maximum rotation angle value
allowed around the Y axle.
If the value set is smaller than MinYaw, the
property is set to MinYaw.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public double MaxYaw { get; set; } |
Visual Basic |
---|
Public Property MaxYaw As Double Get Set |
JScript |
---|
function get MaxYaw () : double function set MaxYaw (value : double) |