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