public XYZ Position { get; set; }
Public Property Position As XYZ
public: property XYZ^ Position { XYZ^ get (); void set (XYZ^ value); }