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