Maximum value within the cuboid along the Y axle. If the value set is smaller than MinY, the property is set to MinY.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double MaxY { get; set; }
Visual Basic
Public Property MaxY As Double
	Get
	Set
JScript
function get MaxY () : double
function set MaxY (value : double)

See Also