public float X { get; set; }
Public Property X As Single Get Set
public: property float X { float get (); void set (float value); }