[Missing <summary> documentation for "P:AW.Camera.Zoom"]

Namespace: AW
Assembly: AW.Core (in AW.Core.dll) Version: 0.3.11.100

Syntax

C#
public float Zoom { get; set; }
Visual Basic
Public Property Zoom As Single
	Get
	Set
Visual C++
public:
property float Zoom {
	float get ();
	void set (float value);
}

See Also