Gets or sets the up direction of the camera in 
Axes.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic UnitCartesian UpVector { get; set; }Public Property UpVector As UnitCartesian
	Get
	Set
public:
property UnitCartesian UpVector {
	UnitCartesian get ();
	void set (UnitCartesian value);
}member UpVector : UnitCartesian with get, set
Property Value
Type: 
UnitCartesian See Also
See Also