Maximum value within the cuboid along the X axle.
If the value set is smaller than MinX, the
property is set to MinX.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public double MaxX { get; set; } |
Visual Basic |
---|
Public Property MaxX As Double Get Set |
JScript |
---|
function get MaxX () : double function set MaxX (value : double) |