[To be supplied.]
[Visual Basic] Public Property X As Integer [C#] public int X {get; set;} [C++] public: __property int get_X(); public: __property void set_X(int); [JScript] public function get X() : int; public function set X(int);
Rectangle Structure | Rectangle Members | System.Drawing Namespace