float X { get; set; }
Property X As Single Get Set
property float X { float get (); void set (float value); }
abstract X : float32 with get, set