Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic float Y { get; set; }Public Property Y As Single
	Get
	Set
public:
property float Y {
	float get ();
	void set (float value);
}member Y : float32 with get, set
Property Value
Type: 
Single
See Also