Gets and sets de scale orientation

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public alfaXYZ ScaleOrientation { get; set; }
Visual Basic (Declaration)
Public Property ScaleOrientation As alfaXYZ
Visual C++
public:
property alfaXYZ^ ScaleOrientation {
	alfaXYZ^ get ();
	void set (alfaXYZ^ value);
}

See Also