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