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